mirror of
https://github.com/gryf/wicd.git
synced 2026-02-17 15:35:44 +01:00
Correctly handle case where a key is all digits and starts with a '0'.
Remove some unused imports. Simplfy code that checks for valid wpa_supplicant drivers.
This commit is contained in:
@@ -24,7 +24,6 @@ A module for managing wicd's dbus interfaces.
|
||||
#
|
||||
|
||||
import dbus
|
||||
from dbus import DBusException
|
||||
if getattr(dbus, "version", (0, 0, 0)) < (0, 80, 0):
|
||||
import dbus.glib
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user