tanja hace 3 años
padre
commit
a88972950c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 *