summaryrefslogtreecommitdiffstats
path: root/src/python/lmi/__init__.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-03 18:15:23 +0200
committerMichal Minar <miminar@redhat.com>2013-07-04 10:33:48 +0200
commita4e6cc3c9f273cbbf911340edd02fa17a8379917 (patch)
tree11e5616c41385a9a9a455f4874e12cf5bbd0c376 /src/python/lmi/__init__.py
parent4c0ec0ef72a6aef0413b9e8eca9380bd31bf4444 (diff)
renamed openlmi namespace to lmi
To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
Diffstat (limited to 'src/python/lmi/__init__.py')
-rw-r--r--src/python/lmi/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/lmi/__init__.py b/src/python/lmi/__init__.py
new file mode 100644
index 0000000..de40ea7
--- /dev/null
+++ b/src/python/lmi/__init__.py
@@ -0,0 +1 @@
+__import__('pkg_resources').declare_namespace(__name__)