summaryrefslogtreecommitdiff
path: root/Lib/test/libregrtest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/libregrtest/__init__.py')
-rw-r--r--Lib/test/libregrtest/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/__init__.py b/Lib/test/libregrtest/__init__.py
new file mode 100644
index 0000000000..9f7b1c1fe2
--- /dev/null
+++ b/Lib/test/libregrtest/__init__.py
@@ -0,0 +1,2 @@
+from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES
+from test.libregrtest.main import main, main_in_temp_cwd