summaryrefslogtreecommitdiff
path: root/java/allDemos.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-02-20 15:11:34 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-02-20 15:11:34 -0330
commit09c86d64d798f5ac2112f216184c8099c9d9bd4d (patch)
tree9602ef0329564d0a677ce33a94e5b858add8063c /java/allDemos.py
parentFixed multicast expect script (diff)
downloadice-09c86d64d798f5ac2112f216184c8099c9d9bd4d.tar.bz2
ice-09c86d64d798f5ac2112f216184c8099c9d9bd4d.tar.xz
ice-09c86d64d798f5ac2112f216184c8099c9d9bd4d.zip
Modified allDemos.py so that environment does not need to be set
Diffstat (limited to 'java/allDemos.py')
-rwxr-xr-xjava/allDemos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allDemos.py b/java/allDemos.py
index 59f1dfd4ea6..fbe050a51c4 100755
--- a/java/allDemos.py
+++ b/java/allDemos.py
@@ -55,7 +55,7 @@ demos = [
#
# These demos are currently disabled on cygwin
#
-if isCygwin() == 0:
+if DemoUtil.isCygwin() == 0:
demos += [ ]
DemoUtil.run(demos)