removed a former commit which created problems

This commit is contained in:
oy 2011-04-03 23:20:00 +02:00
parent afb7de6327
commit 84f7b063d5

View file

@ -1,7 +1,4 @@
import shutil, os, re, sys, zipfile import shutil, os, sys, zipfile
match = re.search('(.*)/', sys.argv[0])
if match != None:
os.chdir(match.group(1))
#valid_platforms = ["win32", "linux86", "linux86_64", "src"] #valid_platforms = ["win32", "linux86", "linux86_64", "src"]