gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix import order


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix import order
Date: Mon, 22 Jul 2019 11:28:10 +0200

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

grothoff pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b04ea0b  fix import order
b04ea0b is described below

commit b04ea0b56e12b2046cc18d5801a9a0a3ad16b80c
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jul 22 11:27:50 2019 +0200

    fix import order
---
 taler-bank-manage.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/taler-bank-manage.in b/taler-bank-manage.in
index 8420b6a..016ec3c 100644
--- a/taler-bank-manage.in
+++ b/taler-bank-manage.in
@@ -27,8 +27,6 @@ import sys
 import os
 import site
 import logging
-from talerbank.talerconfig import TalerConfig
-from django.core.management import call_command
 
 os.environ.setdefault("TALER_PREFIX", "@prefix@")
 SITE_PACKAGES = "%s/lib/python%d.%d/site-packages" % (
@@ -38,6 +36,10 @@ SITE_PACKAGES = "%s/lib/python%d.%d/site-packages" % (
 
 site.addsitedir(SITE_PACKAGES)
 
+from talerbank.talerconfig import TalerConfig
+from django.core.management import call_command
+
+
 ## Not commenting global variables, at least for now.
 # @cond
 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]