oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
dd15fa5e30
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      pwman/data/__init__.py
  2. 1 1
      pwman/data/drivers/__init__.py

+ 1 - 1
pwman/data/__init__.py

@@ -1 +1 @@
-import factory
+from . import factory

+ 1 - 1
pwman/data/drivers/__init__.py

@@ -18,4 +18,4 @@ try:
 except ImportError:
     MongoDB = None
 
-__all__ = [SQLite, PostgresqlDatabase, MySQLDatabase, MongoDB]
+__all__ = [SQLite, PostgresqlDatabase, MySQLDatabase, MongoDB]