mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Some more bugfixes...
Fixed unencrypted network support in both UIs. Fixed marking the Static IP checkbox in wicd-curses. Made the checkboxes in the the network properties dialogs in wicd-curses act like those in wicd-client. Filter the urwid popen2 warning in wicd-curses.
This commit is contained in:
@@ -33,7 +33,10 @@ at least get a network connection. Or those who don't like using X. ;-)
|
||||
|
||||
Comments, criticisms, patches, bug reports all welcome!
|
||||
"""
|
||||
|
||||
# Filter out a confusing urwid warning in python 2.6.
|
||||
# This is valid as of urwid version 0.9.8.4
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore","The popen2 module is deprecated. Use the subprocess module.")
|
||||
# UI stuff
|
||||
# This library is the only reason why I wrote this program.
|
||||
import urwid
|
||||
|
||||
Reference in New Issue
Block a user