Fix previous commit

This commit is contained in:
Valentin Lorentz 2013-02-02 19:59:03 +01:00
parent 4a032834fb
commit c7a1779f53
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@
import sys
import subprocess
os.chdir(os.path.dirname(__file__))
path = os.path.dirname(__file__)
if path:
os.chdir(path)
version = None
try: