From 1e330c73a24385133ae1d321451c61f16fee766b Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 16 Jun 2012 09:41:13 -0700 Subject: Unused import removed --- cloudinit/netinfo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'cloudinit') 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 . -import os - import cloudinit.util as util from prettytable import PrettyTable -- cgit v1.2.3