From 807054bb3af4427b1b61234cb1c79469934f3b14 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Wed, 22 Apr 2009 22:11:33 +0800 Subject: [PATCH] fixed a typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffa05c0..5e48064 100755 --- a/setup.py +++ b/setup.py @@ -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: