summaryrefslogtreecommitdiff
path: root/engine/SCons/compat/__init__.py
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2010-03-25 20:26:28 +0100
committerLuca Falavigna <dktrkranz@debian.org>2010-03-25 20:26:28 +0100
commit86baccee0a1dddf43f7eefe48e2d9e9037468b9c (patch)
treea7513ae8ffa6429e3f67edcff60c3048d5ce65cc /engine/SCons/compat/__init__.py
parent0de5191eaec0321118254673e8f8414228668818 (diff)
Imported Upstream version 1.3.0upstream/1.3.0
Diffstat (limited to 'engine/SCons/compat/__init__.py')
-rw-r--r--engine/SCons/compat/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/SCons/compat/__init__.py b/engine/SCons/compat/__init__.py
index 87c75e4..165dddf 100644
--- a/engine/SCons/compat/__init__.py
+++ b/engine/SCons/compat/__init__.py
@@ -60,7 +60,7 @@ function defined below loads the module as the "real" name (without the
rest of our code will find our pre-loaded compatibility module.
"""
-__revision__ = "src/engine/SCons/compat/__init__.py 4691 2010/03/06 16:22:36 bdbaddog"
+__revision__ = "src/engine/SCons/compat/__init__.py 4720 2010/03/24 03:14:11 jars"
def import_as(module, name):
"""