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

fixed a typo

This commit is contained in:
Adam Blackburn
2009-04-22 22:11:33 +08:00
parent 167b18cdeb
commit 807054bb3a

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(__file__))
try:
if os.path.exists('.bzr') and os.system('bzr') == 0: