1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-22 01:45:46 +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

@@ -25,8 +25,6 @@ import sys
import os
import time
import wicd.wpath as wpath
class SizeError(IOError):
pass