diff options
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r-- | QMTest/TestCmd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index a693f6a..cff50c7 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -456,11 +456,8 @@ def diff_re(a, b, fromfile='', tofile='', return result if os.name == 'java': - python_executable = os.path.join(sys.prefix, 'jython') - else: - python_executable = sys.executable if sys.platform == 'win32': |