tsteuer hace 5 años
padre
commit
5db576602f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cdplib/__init__.py

+ 1 - 1
cdplib/__init__.py

@@ -1,2 +1,2 @@
-from .db_handler import *
+from .db_handlers import *
 from .db_migration import *