Show More
@@ -366,7 +366,7 b' def usecorrectpython():' | |||||
366 | if sys.platform == 'win32': |
|
366 | if sys.platform == 'win32': | |
367 | exename = 'python.exe' |
|
367 | exename = 'python.exe' | |
368 | if getattr(os, 'symlink', None): |
|
368 | if getattr(os, 'symlink', None): | |
369 |
vlog("# Making python executable in test path a symlink to '%s'" % |
|
369 | vlog("# Making python executable in test path a symlink to '%s'" % | |
370 | sys.executable) |
|
370 | sys.executable) | |
371 | mypython = os.path.join(BINDIR, exename) |
|
371 | mypython = os.path.join(BINDIR, exename) | |
372 | try: |
|
372 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now