Index: third_party/typ/typ/__init__.py |
diff --git a/third_party/typ/typ/__init__.py b/third_party/typ/typ/__init__.py |
index 6013a3a8e02249e8d9d7f865daeb582ab94e71dc..ab04414e37d8b9849bf7faba93f1aa70ce5c8a4d 100644 |
--- a/third_party/typ/typ/__init__.py |
+++ b/third_party/typ/typ/__init__.py |
@@ -59,11 +59,10 @@ functionality: |
from typ.arg_parser import ArgumentParser |
from typ.fakes.host_fake import FakeHost |
from typ.host import Host |
-from typ.cmdline import main, spawn_main |
from typ.json_results import exit_code_from_full_results |
from typ.json_results import make_full_results, make_upload_request |
from typ.json_results import Result, ResultSet, ResultType |
-from typ.runner import Runner, TestInput, TestSet |
+from typ.runner import Runner, TestInput, TestSet, WinMultiprocessing, main |
from typ.stats import Stats |
from typ.printer import Printer |
from typ.test_case import convert_newlines, TestCase, MainTestCase |
@@ -85,10 +84,10 @@ __all__ = [ |
'TestInput', |
'TestSet', |
'VERSION', |
+ 'WinMultiprocessing', |
'convert_newlines', |
'exit_code_from_full_results', |
'main', |
'make_full_results', |
'make_upload_request', |
- 'spawn_main', |
] |