summaryrefslogtreecommitdiff
path: root/PC/testpy.py
diff options
context:
space:
mode:
Diffstat (limited to 'PC/testpy.py')
-rw-r--r--PC/testpy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/testpy.py b/PC/testpy.py
index 4ef3d4f793..709f35c452 100644
--- a/PC/testpy.py
+++ b/PC/testpy.py
@@ -26,5 +26,5 @@ for dir in sys.path:
# Add the "test" directory to PYTHONPATH.
sys.path = sys.path + [test]
-import regrtest # Standard Python tester.
-regrtest.main()
+import libregrtest # Standard Python tester.
+libregrtest.main()