aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_db/moon_db/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_db/moon_db/__init__.py')
-rw-r--r--moonv4/moon_db/moon_db/__init__.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/moonv4/moon_db/moon_db/__init__.py b/moonv4/moon_db/moon_db/__init__.py
new file mode 100644
index 00000000..64e88e23
--- /dev/null
+++ b/moonv4/moon_db/moon_db/__init__.py
@@ -0,0 +1,23 @@
+# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
+# This software is distributed under the terms and conditions of the 'Apache-2.0'
+# license which can be found in the file 'LICENSE' in this package distribution
+# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
+
+
+# try:
+# from moon_utilities import options # noqa
+# except ImportError:
+# # mandatory when we just want to execute the setup.py
+# options = None
+
+# try:
+# from moon_db.core import IntraExtensionRootManager, IntraExtensionAdminManager, IntraExtensionAuthzManager # noqa
+# except ImportError:
+# # mandatory when we just want to execute the setup.py
+# IntraExtensionRootManager, IntraExtensionAdminManager, IntraExtensionAuthzManager = None, None, None
+
+# from moon_utilities import options # noqa
+# from moon_db.core import IntraExtensionRootManager, IntraExtensionAdminManager, IntraExtensionAuthzManager # noqa
+
+__version__ = "0.1.0"
+