summaryrefslogtreecommitdiff
path: root/cs/config/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-02-14 04:14:22 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-02-14 04:14:22 +0000
commit4c8ee83c9026edaf5c85a8c6b31d5ac0e8a85cc9 (patch)
treeed02832d1384fdb61cabc01de87f657cbc390df8 /cs/config/TestUtil.py
parentClean out third party stuff from Make.rules.mak (diff)
downloadice-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.py2
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: