diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 12:34:25 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 12:34:25 -0700 |
commit | 18e4af9955d0b62871792ec4d270f99b2051d932 (patch) | |
tree | 24434f561381ab078914030105cc576313a9fc83 /cloudinit | |
parent | 549bdae7cb150a0d2465cf9931c3a0aec304764a (diff) | |
download | vyos-cloud-init-18e4af9955d0b62871792ec4d270f99b2051d932.tar.gz vyos-cloud-init-18e4af9955d0b62871792ec4d270f99b2051d932.zip |
Remove another unused import
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/distros/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 6325257c..f9a97da7 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -23,7 +23,6 @@ from StringIO import StringIO import abc -import copy from cloudinit import importer from cloudinit import log as logging |