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:
2
setup.py
2
setup.py
@@ -30,7 +30,7 @@ REVISION_NUM = 'unknown'
|
|||||||
CURSES_REVNO = 'uimod'
|
CURSES_REVNO = 'uimod'
|
||||||
|
|
||||||
# change to the directory setup.py is contained in
|
# 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:
|
try:
|
||||||
if os.path.exists('.bzr') and os.system('bzr') == 0:
|
if os.path.exists('.bzr') and os.system('bzr') == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user