cosmopolitan/third_party/python/Lib/test/test_lib2to3.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
101 B
Python
Raw Normal View History

from lib2to3.tests import load_tests
import unittest
if __name__ == '__main__':
unittest.main()