tsteuer 5 years ago
parent
commit
5db576602f
1 changed files with 1 additions and 1 deletions
  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 *