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

Fixed a typo

This commit is contained in:
Adam Blackburn
2008-12-30 10:17:07 -06:00
parent bc584bfa3f
commit 1a98bf6890

View File

@@ -24,7 +24,7 @@ import sys
# Be sure to keep this updated! # Be sure to keep this updated!
# VERSIONNUMBER # VERSIONNUMBER
VERSION_NUM = '1.6.0' VERSION_NUM = '1.6.0'
REVISON_NUM = 'unknown' REVISION_NUM = 'unknown'
try: try:
if not os.exists('vcsinfo.py'): if not os.exists('vcsinfo.py'):