Issue 1133

This commit is contained in:
Thomas Nagy 2012-03-28 22:57:42 +02:00
parent c7a41fc9f6
commit 362d856db4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ REVISION="x"
INSTALL="x"
C1='x'
C2='x'
cwd = os.getcwd()
cwd = os.path.normcase(os.getcwd())
join = os.path.join
if sys.hexversion<0x206000f: