Quellcode durchsuchen

removed the introduced error

tanja vor 5 Jahren
Ursprung
Commit
c46f075f67
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      cdplib/__init__.py

+ 1 - 2
cdplib/__init__.py

@@ -1,8 +1,7 @@
 from .db_handlers import *
 from .db_migration import *
 from .hyperopt import *
-# XXX
-from .utilsL import *
+from .utils import *
 from .log import *
 from .FlattenData import *
 from .Singleton_Threadsafe import *