diff options
Diffstat (limited to 'third_party/scons/scons-local/SCons/compat/builtins.py')
-rw-r--r-- | third_party/scons/scons-local/SCons/compat/builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/scons/scons-local/SCons/compat/builtins.py b/third_party/scons/scons-local/SCons/compat/builtins.py index 5cf21e2..8ae38b6 100644 --- a/third_party/scons/scons-local/SCons/compat/builtins.py +++ b/third_party/scons/scons-local/SCons/compat/builtins.py @@ -55,7 +55,7 @@ the FUNCTIONS or DATA output, that means those names are already built in to this version of Python and we don't need to add them from this module. """ -__revision__ = "src/engine/SCons/compat/builtins.py 3603 2008/10/10 05:46:45 scons" +__revision__ = "src/engine/SCons/compat/builtins.py 3842 2008/12/20 22:59:52 scons" import __builtin__ |