Kaynağa Gözat

removed the introduced error

tanja 5 yıl önce
ebeveyn
işleme
c46f075f67
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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 *