From cc52d6c3fae6961ee807fdc2f4bc7fde39feba85 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 10 Aug 2015 22:58:26 -0700 Subject: [PATCH] Forgot the import --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 9c9225c3..9684a231 100755 --- a/build.py +++ b/build.py @@ -28,7 +28,7 @@ from buildtools.config import Config, msg, opj, posixjoin, loadETG, etg2sip, fi phoenixDir, wxDir, copyIfNewer, copyFile, \ macFixDependencyInstallName, macSetLoaderNames, \ getVcsRev, runcmd, textfile_open, getSipFiles, \ - getVisCVersion + getVisCVersion, getToolsPlatformName import buildtools.version as version