build.py: Removed a bit of dead code

This commit is contained in:
gergely.erdelyi 2009-05-23 14:41:26 +00:00
parent 5a66395061
commit dec108c25b

View File

@ -260,9 +260,7 @@ def build_distribution(manifest, distrootdir, ea64, nukeold):
dstdir = distrootdir dstdir = distrootdir
else: else:
dstdir = distrootdir + os.sep + srcdir dstdir = distrootdir + os.sep + srcdir
# Move the python files to python64 when building a 64-bit plugin
# if ea64:
# dstdir = dstdir.replace(os.sep+'python', os.sep+'python64')
if not os.path.exists(dstdir): if not os.path.exists(dstdir):
os.makedirs(dstdir) os.makedirs(dstdir)