[PATCH] Remove unused imports in the network spoke.

Chris Lumens clumens at redhat.com
Tue Sep 10 14:44:49 UTC 2013


---
 pyanaconda/ui/gui/spokes/network.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 43d12e1..7be4229 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -48,9 +48,7 @@ from pyanaconda.nm import nm_device_setting_value, nm_device_ip_config
 from gi.repository import GLib, GObject, Pango, Gio, NetworkManager, NMClient
 import dbus
 import dbus.service
-import socket
 import subprocess
-import struct
 import string
 
 from dbus.mainloop.glib import DBusGMainLoop
-- 
1.8.1.2



More information about the anaconda-patches mailing list