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

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/unittest2/__main__.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 """Main entry point"""
2
3 import sys
4 if sys.argv[0].endswith("__main__.py"):
5 sys.argv[0] = "unittest2"
6
7 __unittest = True
8
9 from unittest2.main import main_
10 main_()
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py ('k') | Tools/Scripts/webkitpy/thirdparty/unittest2/case.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698