1
0
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:
Dan O'Reilly
2009-04-27 19:17:01 -04:00
parent 6650c84aec
commit 531cde7250
10 changed files with 11 additions and 21 deletions

View File

@@ -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: