summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-05-09 17:46:25 +0200
committerBenoit Foucher <benoit@zeroc.com>2008-05-09 17:46:25 +0200
commite8ae68fc9f04d60e6e0e8cfc0ef8946ee6e5fbd6 (patch)
tree27277308c0bb31081b8d9726897be45561d6684c /demoscript/Util.py
parentBug 3125 - Add note about IceGridGUI to BCC and VC6 READMEs (diff)
downloadice-e8ae68fc9f04d60e6e0e8cfc0ef8946ee6e5fbd6.tar.bz2
ice-e8ae68fc9f04d60e6e0e8cfc0ef8946ee6e5fbd6.tar.xz
ice-e8ae68fc9f04d60e6e0e8cfc0ef8946ee6e5fbd6.zip
Fixes for allDemos.py to work with Python demos on Windows
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index 856c333ceaa..75dfea6c9b7 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -51,7 +51,7 @@ except getopt.GetoptError:
fast = False
trace = False
mode = 'release'
-pythonhome = "/c/python25"
+pythonhome = "/cygdrive/c/python25"
for o, a in opts:
if o == "--debug":
debug = True