Reviewers: ,


Please review this at http://codereview.tryton.org/178002/

Affected files:
  M __init__.py
  M tests/__init__.py


Index: __init__.py
===================================================================

--- a/__init__.py
+++ b/__init__.py
@@ -1,11 +1,11 @@
 #This file is part of Tryton.  The COPYRIGHT file at the top level of
 #this repository contains the full copyright notices and license terms.

-from fiscalyear import *
-from account import *
-from configuration import *
-from period import *
-from journal import *
-from move import *
-from tax import *
-from party import *
+from .fiscalyear import *
+from .account import *
+from .configuration import *
+from .period import *
+from .journal import *
+from .move import *
+from .tax import *
+from .party import *

Index: tests/__init__.py
===================================================================

--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,4 +1,4 @@
 #This file is part of Tryton.  The COPYRIGHT file at the top level of
 #this repository contains the full copyright notices and license terms.

-from test_account import suite
+from .test_account import suite



--
tryton-dev@googlegroups.com mailing list

Reply via email to