diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-01-12 16:50:56 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-01-12 16:50:56 +0100 |
commit | df5d51c25523ea04d45f5f077e94885d1847e526 (patch) | |
tree | 9661558e70924c45ea928452f2593623255e2ae7 /cloud-init-cfg.py | |
parent | 32f1967029e0b7d5f861296e4c2a05afb85745b3 (diff) | |
download | vyos-cloud-init-df5d51c25523ea04d45f5f077e94885d1847e526.tar.gz vyos-cloud-init-df5d51c25523ea04d45f5f077e94885d1847e526.zip |
[PATCH 04/13] Fix pylint warnings W0611 (unused import)
From: Juerg Haefliger <juerg.haefliger@hp.com>
Diffstat (limited to 'cloud-init-cfg.py')
-rwxr-xr-x | cloud-init-cfg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloud-init-cfg.py b/cloud-init-cfg.py index 2930cd88..de64ef9c 100755 --- a/cloud-init-cfg.py +++ b/cloud-init-cfg.py @@ -23,7 +23,6 @@ import cloudinit.util as util import cloudinit.CloudConfig as CC import logging import os -import traceback def Usage(out = sys.stdout): out.write("Usage: %s name\n" % sys.argv[0]) |