]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
create the lib directory to hold vendored libraries
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 11 Sep 2013 20:49:12 +0000 (16:49 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 11 Sep 2013 20:49:12 +0000 (16:49 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/lib/__init__.py [new file with mode: 0644]

diff --git a/ceph_deploy/lib/__init__.py b/ceph_deploy/lib/__init__.py
new file mode 100644 (file)
index 0000000..c741c0b
--- /dev/null
@@ -0,0 +1,10 @@
+"""
+This module is meant for vendorizing Python libraries. Most libraries will need
+to have some ``sys.path`` alterations done unless they are doing relative
+imports.
+
+Do **not** add anything to this module that does not represent a vendorized
+library.
+"""
+
+import remoto