Browse Source

[Fix] Fix package path

monf 8 years ago
parent
commit
641c3080f1
2 changed files with 2 additions and 3 deletions
  1. 0 1
      Tests/__init__.py
  2. 2 2
      kalliope/core/Utils/__init__.py

+ 0 - 1
Tests/__init__.py

@@ -1 +0,0 @@
-from test_order_analyser import TestOrderAnalyser

+ 2 - 2
kalliope/core/Utils/__init__.py

@@ -1,2 +1,2 @@
-from kalliope.core.Utils import Utils
-from kalliope.core.Utils import FileManager
+from kalliope.core.Utils.Utils import Utils
+from kalliope.core.Utils.FileManager import FileManager