tanja преди 3 години
родител
ревизия
a88972950c
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      cdplib/db_handlers/__init__.py

+ 2 - 1
cdplib/db_handlers/__init__.py

@@ -1,2 +1,3 @@
 from .MongodbHandler import *
-from .SQLHandler import *
+from .SQLHandler import *
+from .InfluxdbHandler import *