diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-20 23:39:46 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-20 23:39:46 -0700 |
commit | d0ff82b71e315d49f49cbbd8e6a7740036973a4a (patch) | |
tree | a1832671eba1a7943b1f776c4358df43da4eb0b2 /bin | |
parent | 5d8493461404fea94c671f352e4e42e07f1099e4 (diff) | |
download | vyos-cloud-init-d0ff82b71e315d49f49cbbd8e6a7740036973a4a.tar.gz vyos-cloud-init-d0ff82b71e315d49f49cbbd8e6a7740036973a4a.zip |
No need for this now that we have the imports done correctly
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cloud-init | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/cloud-init b/bin/cloud-init index c1788ef4..c4633bdf 100755 --- a/bin/cloud-init +++ b/bin/cloud-init @@ -32,12 +32,6 @@ possible_topdir = os.path.normpath(os.path.join(os.path.abspath( if os.path.exists(os.path.join(possible_topdir, "cloudinit", "__init__.py")): sys.path.insert(0, possible_topdir) -# This is so config modules can be found -if os.path.exists(os.path.join(possible_topdir, - "cloudinit", 'config', "__init__.py")): - sys.path.insert(0, os.path.join(possible_topdir, 'cloudinit', 'config')) - - from cloudinit import log as logging from cloudinit import netinfo from cloudinit import settings |