ymao 3 năm trước cách đây
mục cha
commit
45c7a2ac91
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      authen/__init__.py

+ 6 - 0
authen/__init__.py

@@ -0,0 +1,6 @@
+# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)