--- 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
On Tue, 2013-09-10 at 10:44 -0400, Chris Lumens wrote:
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
ACK.
anaconda-patches@lists.fedorahosted.org