Sfoglia il codice sorgente

removed the introduced error

tanja 5 anni fa
parent
commit
c46f075f67
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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 *