Fix previous commit

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

View File

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