1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

curses/prefs_curses.py:

Removed the external entry point
  Removed the removing of a blank string that caused
wicd/misc.py:
  Made sure that "advanced_settings" in get_language_list_gui() actually is
    "Advanced Settings"
This commit is contained in:
Andrew Psaltis
2009-02-04 17:28:43 -05:00
parent bb3be43a3e
commit 96f55c0d3b
4 changed files with 3 additions and 55 deletions

View File

@@ -27,7 +27,7 @@ import subprocess
# VERSIONNUMBER
VERSION_NUM = '1.6.0'
REVISION_NUM = 'unknown'
CURSES_REVNO = 'r269'
CURSES_REVNO = 'r270'
try:
if not os.path.exists('vcsinfo.py'):