Skip to content

Commit e384aac

Browse files
committed
small cleanup
1 parent 197c259 commit e384aac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

networkmanager/activeconnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class ActiveConnection(DBusClient):
2626
"""
2727

2828
SERVICE = "org.freedesktop.NetworkManager"
29-
OPATH = "/org/freedesktop/NetworkManager"
3029
IFACE = "org.freedesktop.NetworkManager.Connection.Active"
3130

3231
def __init__(self, opath):

networkmanager/applet/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Connection(DBusClient):
1919
Removed ( )
2020
"""
2121

22-
# FIXME into DBusClient ctor
2322
IFACE = "org.freedesktop.NetworkManagerSettings.Connection"
2423
# FIXME
2524
SECRETS_IFACE = "org.freedesktop.NetworkManagerSettings.Connection.Secrets"

0 commit comments

Comments
 (0)