summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Sig/MD5.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-01-21 12:04:15 (GMT)
committerSteven Knight <knight@baldmt.com>2006-01-21 12:04:15 (GMT)
commit72b9a2eca2ed2f2c94e10758b03016703878d333 (patch)
tree0b735d528b9b3eb82b4d6170e6ea89cf5f1e15cd /src/engine/SCons/Sig/MD5.py
parent83963c94a69acc1f4be3d74dccb0516d8a2b748e (diff)
downloadSCons-72b9a2eca2ed2f2c94e10758b03016703878d333.zip
SCons-72b9a2eca2ed2f2c94e10758b03016703878d333.tar.gz
SCons-72b9a2eca2ed2f2c94e10758b03016703878d333.tar.bz2
Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and eliminate other Win32 references.
Diffstat (limited to 'src/engine/SCons/Sig/MD5.py')
-rw-r--r--src/engine/SCons/Sig/MD5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Sig/MD5.py b/src/engine/SCons/Sig/MD5.py
index 501fec4..f8f349f 100644
--- a/src/engine/SCons/Sig/MD5.py
+++ b/src/engine/SCons/Sig/MD5.py
@@ -34,7 +34,7 @@ import imp
import string
# Force Python to load the builtin "md5" module. If we do this with a
-# normal import statement, then case-insensitive systems (Win32) get
+# normal import statement, then case-insensitive systems (Windows) get
# confused and thinks there's a case mismatch with *this* MD5.py module.
file, name, desc = imp.find_module('md5')
try: