summaryrefslogtreecommitdiff
path: root/talersurvey
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 16:25:12 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 16:25:12 +0100
commit0f3d1a7dfe624883f815f57ebea6a96eaa4d487d (patch)
treee625fdd91c17678a7f1aa042696720f6501d0372 /talersurvey
parentc07c0d6e119356ec82572aa8d381052aa71408e9 (diff)
downloadsurvey-0f3d1a7dfe624883f815f57ebea6a96eaa4d487d.tar.gz
survey-0f3d1a7dfe624883f815f57ebea6a96eaa4d487d.tar.bz2
survey-0f3d1a7dfe624883f815f57ebea6a96eaa4d487d.zip
use relative import, so PYTHONPATH goes out of 'make check'
Diffstat (limited to 'talersurvey')
-rw-r--r--talersurvey/survey/survey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 80b07d1..7be1e42 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -21,7 +21,7 @@ import json
from urllib.parse import urljoin
import flask
import requests
-from talersurvey.talerconfig import TalerConfig
+from ..talerconfig import TalerConfig
from .amount import Amount
BASE_DIR = os.path.dirname(os.path.abspath(__file__))