diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 09:41:13 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 09:41:13 -0700 |
commit | 1e330c73a24385133ae1d321451c61f16fee766b (patch) | |
tree | 5b0829f3b4f97df8802a93d9dcf65a4004f53b12 /cloudinit/netinfo.py | |
parent | ec7aeebce20e6a71a6de0e1323b1311d5f160d56 (diff) | |
download | vyos-cloud-init-1e330c73a24385133ae1d321451c61f16fee766b.tar.gz vyos-cloud-init-1e330c73a24385133ae1d321451c61f16fee766b.zip |
Unused import removed
Diffstat (limited to 'cloudinit/netinfo.py')
-rw-r--r-- | cloudinit/netinfo.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/netinfo.py b/cloudinit/netinfo.py index 013f8178..a6b9116d 100644 --- a/cloudinit/netinfo.py +++ b/cloudinit/netinfo.py @@ -20,8 +20,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import os - import cloudinit.util as util from prettytable import PrettyTable |