[PATCH 01/17] Network spoke: remove unused NM path and interface constants

Radek Vykydal rvykydal at redhat.com
Fri Feb 8 14:04:17 UTC 2013


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

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 54cd831..8d3ac0d 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -68,12 +68,6 @@ log = logging.getLogger("anaconda")
 # These are required for dbus API use we need because of
 # NM_GI_BUGS: 767998, 773678
 NM_SERVICE = "org.freedesktop.NetworkManager"
-NM_MANAGER_PATH = "/org/freedesktop/NetworkManager"
-NM_SETTINGS_PATH = "/org/freedesktop/NetworkManager/Settings"
-NM_MANAGER_IFACE = "org.freedesktop.NetworkManager"
-NM_SETTINGS_IFACE = "org.freedesktop.NetworkManager.Settings"
-NM_CONNECTION_IFACE = "org.freedesktop.NetworkManager.Settings.Connection"
-NM_DEVICE_IFACE = "org.freedesktop.NetworkManager.Device"
 NM_802_11_AP_FLAGS_PRIVACY = 0x1
 NM_802_11_AP_SEC_NONE = 0x0
 NM_802_11_AP_SEC_KEY_MGMT_802_1X = 0x200
-- 
1.7.11.7



More information about the anaconda-patches mailing list