diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-02-14 04:14:22 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-02-14 04:14:22 +0000 |
commit | 4c8ee83c9026edaf5c85a8c6b31d5ac0e8a85cc9 (patch) | |
tree | ed02832d1384fdb61cabc01de87f657cbc390df8 /cs/config/TestUtil.py | |
parent | Clean out third party stuff from Make.rules.mak (diff) | |
download | ice-4c8ee83c9026edaf5c85a8c6b31d5ac0e8a85cc9.tar.bz2 ice-4c8ee83c9026edaf5c85a8c6b31d5ac0e8a85cc9.tar.xz ice-4c8ee83c9026edaf5c85a8c6b31d5ac0e8a85cc9.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1698
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 87ebc0d287c..648c6ac9d9d 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -44,7 +44,6 @@ import sys, os, re, errno, getopt from threading import Thread def isCygwin(): - # The substring on sys.platform is required because some cygwin # versions return variations like "cygwin_nt-4.01". if sys.platform[:6] == "cygwin": @@ -53,7 +52,6 @@ def isCygwin(): return 0 def isWin32(): - if sys.platform == "win32" or isCygwin(): return 1 else: |