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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/unittest2/collector.py

Issue 478553002: Remove thirdparty/unittest2 from webkitpy and require python2.7. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: Tools/Scripts/webkitpy/thirdparty/unittest2/collector.py
diff --git a/Tools/Scripts/webkitpy/thirdparty/unittest2/collector.py b/Tools/Scripts/webkitpy/thirdparty/unittest2/collector.py
deleted file mode 100644
index 28ff3f89ce7d4a42dadf5113dbd0a8c75204feda..0000000000000000000000000000000000000000
--- a/Tools/Scripts/webkitpy/thirdparty/unittest2/collector.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import os
-import sys
-from unittest2.loader import defaultTestLoader
-
-def collector():
- # import __main__ triggers code re-execution
- __main__ = sys.modules['__main__']
- setupDir = os.path.abspath(os.path.dirname(__main__.__file__))
- return defaultTestLoader.discover(setupDir)
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/unittest2/case.py ('k') | Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698