blob: 17321d67b98217ea0ca4e3d6082a120c0c199580 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- tests/testHarness.orig 2022-09-17 22:00:36 UTC
+++ tests/testHarness
@@ -1,4 +1,5 @@
-#!/usr/bin/env python3
+#! %%PYTHON_CMD%%
+# Note: the following code is not compatible with Python-3.x
# -*- mode: python -*-
#
# This software is available as Open-Source software under the
|