diff options
Diffstat (limited to 'engine/SCons/compat/__init__.py')
-rw-r--r-- | engine/SCons/compat/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/SCons/compat/__init__.py b/engine/SCons/compat/__init__.py index 44f2df2..845218f 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 2014/08/24 12:12:31 garyo" +__revision__ = "src/engine/SCons/compat/__init__.py 2014/09/27 12:51:43 garyo" import os import sys |