diff options
Diffstat (limited to 'engine/SCons/Platform/os2.py')
-rw-r--r-- | engine/SCons/Platform/os2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/SCons/Platform/os2.py b/engine/SCons/Platform/os2.py index bd414cf..eb2c679 100644 --- a/engine/SCons/Platform/os2.py +++ b/engine/SCons/Platform/os2.py @@ -30,7 +30,7 @@ selection method. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/engine/SCons/Platform/os2.py 72ae09dc35ac2626f8ff711d8c4b30b6138e08e3 2019-08-08 14:50:06 bdeegan" +__revision__ = "src/engine/SCons/Platform/os2.py bee7caf9defd6e108fc2998a2520ddb36a967691 2019-12-17 02:07:09 bdeegan" from . import win32 def generate(env): |