diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
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 |