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

curses/wicd-curses.py: ListBox focus-maintaining code completely debugged

This commit is contained in:
Andrew Psaltis
2009-02-05 16:33:45 -05:00
parent 96f55c0d3b
commit f437f17b58
3 changed files with 8 additions and 8 deletions

View File

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