Selaa lähdekoodia

first commit acloud

ymao 3 vuotta sitten
vanhempi
commit
4790abddde
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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__)