From dec108c25bbd1998184bcb52b4800efa72580c7e Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sat, 23 May 2009 14:41:26 +0000 Subject: [PATCH] build.py: Removed a bit of dead code --- build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.py b/build.py index 21eb06c..38dd3ce 100644 --- a/build.py +++ b/build.py @@ -260,9 +260,7 @@ def build_distribution(manifest, distrootdir, ea64, nukeold): dstdir = distrootdir else: 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): os.makedirs(dstdir)