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

fixed another typo

This commit is contained in:
Adam Blackburn
2009-04-22 22:17:39 +08:00
parent 807054bb3a
commit 5b8819bc6c

View File

@@ -30,7 +30,7 @@ REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod'
# change to the directory setup.py is contained in
os.chdir(os.path.abspath(__file__))
os.chdir(os.path.abspath(os.path.split(__file__)[0]))
try:
if os.path.exists('.bzr') and os.system('bzr') == 0: