diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2010-03-25 20:26:34 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2010-03-25 20:26:34 +0100 |
commit | 738c66a8458f4ddd5c11871359938bc9d89e8d7a (patch) | |
tree | 5b57e837a551c1479efec2e2bfebf154c529bf68 /engine/SCons/compat/builtins.py | |
parent | 8f9034d6737799e699f3d2c9c7de2c98682343bd (diff) | |
parent | 86baccee0a1dddf43f7eefe48e2d9e9037468b9c (diff) |
Merge commit 'upstream/1.3.0'
Diffstat (limited to 'engine/SCons/compat/builtins.py')
-rw-r--r-- | engine/SCons/compat/builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/SCons/compat/builtins.py b/engine/SCons/compat/builtins.py index 2c1fa32..e687885 100644 --- a/engine/SCons/compat/builtins.py +++ b/engine/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 4691 2010/03/06 16:22:36 bdbaddog" +__revision__ = "src/engine/SCons/compat/builtins.py 4720 2010/03/24 03:14:11 jars" import __builtin__ |