Staging
v0.8.1
Revision aa92a7cf210c98ad94229f282221136d846942db authored by Dong-hee Na on 16 May 2020, 10:31:54 UTC, committed by GitHub on 16 May 2020, 10:31:54 UTC
1 parent 372fa3e
Raw File
test_lib2to3.py
from lib2to3.tests import load_tests
import unittest

if __name__ == '__main__':
    unittest.main()
back to top