ソースを参照

removed the introduced error

tanja 5 年 前
コミット
c46f075f67
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  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 *