Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/typ/typ/__init__.py

Issue 660133004: Roll typ to v0.8.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/typ/setup.py ('k') | third_party/typ/typ/__main__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
]
« no previous file with comments | « third_party/typ/setup.py ('k') | third_party/typ/typ/__main__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698