소스 검색

Py3 compat

oz123 10 년 전
부모
커밋
dd15fa5e30
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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]