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

curses/wicd-curses.py: Removed the redraw_tag, since I discovered that I don't need it.

This commit is contained in:
Andrew Psaltis
2009-02-16 10:43:57 -05:00
parent d8881f2606
commit 080f7216b2
2 changed files with 14 additions and 20 deletions

View File

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