1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 05:48:03 +01:00

Added mouse support to OptCols. Everything works :-).

This branch will be merged into experimental-nacl once I'm sure that everything works, and I update the documentation.
This commit is contained in:
Andrew Psaltis
2009-03-07 16:26:41 -05:00
parent 9dd7e06b99
commit 7d5fac6f0a
3 changed files with 61 additions and 54 deletions

View File

@@ -28,7 +28,7 @@ import subprocess
VERSION_NUM = '1.6.0a1'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod-r288'
CURSES_REVNO = 'uimod-r289'
try:
if not os.path.exists('vcsinfo.py'):