gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: purging r


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: purging relative imports
Date: Fri, 24 Nov 2017 11:27:54 +0100

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

marcello pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 0fdab06  purging relative imports
0fdab06 is described below

commit 0fdab06eb1afa2c9c02a7515a175b415808c7cc9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 24 11:27:38 2017 +0100

    purging relative imports
---
 Makefile.in             | 3 +--
 talerfrontends/tests.py | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 00aabd8..c8cfdc7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,5 +53,4 @@ install: $(templates) install-data
 .PHONY: check
 check:
        @export address@hidden@/talerfrontends/tests.conf; \
-        export address@hidden@/talerfrontends/; \
-        python3 @abs_srcdir@/talerfrontends/tests.py
+        python3 talerfrontends/tests.py
diff --git a/talerfrontends/tests.py b/talerfrontends/tests.py
index 19c94d8..a1c4dfe 100755
--- a/talerfrontends/tests.py
+++ b/talerfrontends/tests.py
@@ -8,9 +8,9 @@ a wallet (resume Python wallet?)!
 import unittest
 import logging
 from mock import patch, MagicMock
-from donations import donations
-from blog import blog
-from talerconfig import TalerConfig
+from talerfrontends.donations import donations
+from talerfrontends.blog import blog
+from talerfrontends.talerconfig import TalerConfig
 from datetime import datetime
 
 logger = logging.getLogger(__name__)

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



reply via email to

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