Selaa lähdekoodia

test docker pipfile

tsteuer 5 vuotta sitten
vanhempi
commit
bccd982fe4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      cdplib/__init__.py

+ 2 - 2
cdplib/__init__.py

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