Explorar o código

first commit acloud

ymao %!s(int64=3) %!d(string=hai) anos
pai
achega
4790abddde
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      authen/__init__.py

+ 5 - 0
authen/__init__.py

@@ -0,0 +1,5 @@
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)