mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
removed a former commit which created problems
This commit is contained in:
parent
afb7de6327
commit
84f7b063d5
|
@ -1,7 +1,4 @@
|
|||
import shutil, os, re, sys, zipfile
|
||||
match = re.search('(.*)/', sys.argv[0])
|
||||
if match != None:
|
||||
os.chdir(match.group(1))
|
||||
import shutil, os, sys, zipfile
|
||||
|
||||
#valid_platforms = ["win32", "linux86", "linux86_64", "src"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue