gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] branch master updated: use relative import,


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: use relative import, so PYTHONPATH goes out of 'make check'
Date: Mon, 11 Dec 2017 16:25:48 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 0f3d1a7  use relative import, so PYTHONPATH goes out of 'make check'
0f3d1a7 is described below

commit 0f3d1a7dfe624883f815f57ebea6a96eaa4d487d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Dec 11 16:25:12 2017 +0100

    use relative import, so PYTHONPATH goes out of 'make check'
---
 talersurvey/survey/survey.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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__))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]