summaryrefslogtreecommitdiff
path: root/Lib/test/libregrtest/cmdline.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-09-26 10:38:01 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-09-26 10:38:01 +0200
commit3844fe5ed8da2755c1036deda8d7a8387170b72b (patch)
tree715dd9a04e024f02b34ae7350ac0a706e4d3ace7 /Lib/test/libregrtest/cmdline.py
parentc22eee6b5917568933bbfec2be1069a4340efd84 (diff)
downloadcpython-git-3844fe5ed8da2755c1036deda8d7a8387170b72b.tar.gz
Issue #25220: Move most regrtest.py code to libregrtest
Diffstat (limited to 'Lib/test/libregrtest/cmdline.py')
-rw-r--r--Lib/test/libregrtest/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/cmdline.py b/Lib/test/libregrtest/cmdline.py
index 94649965a5..19c52a2fe6 100644
--- a/Lib/test/libregrtest/cmdline.py
+++ b/Lib/test/libregrtest/cmdline.py
@@ -1,9 +1,9 @@
import argparse
import faulthandler
import os
-
from test import support
+
USAGE = """\
python -m test [options] [test_name1 [test_name2 ...]]
python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]]