1
0
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:
Andrew Psaltis
2009-05-01 22:13:15 -04:00
parent f8503bea9e
commit d54f7e0802
3 changed files with 21 additions and 13 deletions

View File

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