diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-02-20 15:11:34 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-02-20 15:11:34 -0330 |
commit | 09c86d64d798f5ac2112f216184c8099c9d9bd4d (patch) | |
tree | 9602ef0329564d0a677ce33a94e5b858add8063c /java/allDemos.py | |
parent | Fixed multicast expect script (diff) | |
download | ice-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-x | java/allDemos.py | 2 |
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) |