1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00

Fix "_" getting stripped from interface names.

This commit is contained in:
Dan O'Reilly
2008-12-23 18:23:38 -05:00
parent d4a0b8d366
commit 92300133b8

View File

@@ -41,7 +41,7 @@ import misc
RALINK_DRIVER = 'ralink legacy'
blacklist_strict = punctuation.replace("-", "") + " "
blacklist_strict = '!"#$%&\'()*+,./:;<=>?@[\\]^`{|}~ '
blacklist_norm = ";`$!*|><&\\"
blank_trans = maketrans("", "")