@@ -1 +1 @@
-import factory
+from . import factory
@@ -18,4 +18,4 @@ try:
except ImportError:
MongoDB = None
-__all__ = [SQLite, PostgresqlDatabase, MySQLDatabase, MongoDB]
+__all__ = [SQLite, PostgresqlDatabase, MySQLDatabase, MongoDB]