summaryrefslogtreecommitdiff
path: root/talersurvey/survey/survey.py
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey/survey/survey.py')
-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__))