From: Alfredo Deza Date: Wed, 11 Sep 2013 20:49:12 +0000 (-0400) Subject: create the lib directory to hold vendored libraries X-Git-Tag: v1.2.4~10^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0919661333c8099a85e7c12c6ce9393ced8c985b;p=ceph-deploy.git create the lib directory to hold vendored libraries Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/lib/__init__.py b/ceph_deploy/lib/__init__.py new file mode 100644 index 0000000..c741c0b --- /dev/null +++ b/ceph_deploy/lib/__init__.py @@ -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