summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-05-23 21:11:59 -0700
committerCraig Earls <enderw88@gmail.com>2013-05-23 21:11:59 -0700
commita2518fa2a138e5836e00b080e817337b7584d5ac (patch)
treef375aeacb63a1a0dbf46e971bd38fc16ceb97d29 /acprep
parent5c462273d94af56c3ab5a0389257b7ff15e4beb7 (diff)
parent900af573319c3787854abc5653c8133d37eb013f (diff)
downloadfork-ledger-a2518fa2a138e5836e00b080e817337b7584d5ac.tar.gz
fork-ledger-a2518fa2a138e5836e00b080e817337b7584d5ac.tar.bz2
fork-ledger-a2518fa2a138e5836e00b080e817337b7584d5ac.zip
Merge commit '900af573319c3787854abc5653c8133d37eb013f'
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index be81790e..f5b699b0 100755
--- a/acprep
+++ b/acprep
@@ -248,7 +248,7 @@ class PrepareBuild(CommandLineApp):
self.envvars[varname] = os.environ[varname]
if varname.endswith('FLAGS'):
- self.__dict__[varname] = string.split(os.environ[varname])
+ self.__dict__[varname] = str.split(os.environ[varname])
self.envvars[varname] = ''
# If ~/Products/ or build/ exists, use them instead of the source tree