diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-04-20 10:56:10 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-04-20 10:56:10 (GMT) |
commit | a6ea2d760464092ea91a0dd01ba6260288aa3587 (patch) | |
tree | 9ae8e8c70a00a9de2dd37755f7690af833e8f26b /bin | |
parent | 8490ea812140862af7058f9617959061510c3701 (diff) | |
download | SCons-a6ea2d760464092ea91a0dd01ba6260288aa3587.zip SCons-a6ea2d760464092ea91a0dd01ba6260288aa3587.tar.gz SCons-a6ea2d760464092ea91a0dd01ba6260288aa3587.tar.bz2 |
Added six module as SCons.compat.six, for python3 port.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_scons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_scons.py b/bin/install_scons.py index afd0789..55e327d 100644 --- a/bin/install_scons.py +++ b/bin/install_scons.py @@ -19,7 +19,7 @@ # hierarchy. from __future__ import print_function -from six import PY3 +from SCons.compat.six import PY3 import getopt import os |