Staging
v0.8.1
Revision 663836e1179ea79eac12e55670af7e89a531a060 authored by Miss Islington (bot) on 10 June 2020, 01:26:16 UTC, committed by GitHub on 10 June 2020, 01:26:16 UTC


Follow-up to GH-8014
(cherry picked from commit 7aed0524d4129766a6032326949ef7f91f6f6dfc)


Co-authored-by: Éric Araujo <merwok@netwok.org>

Automerge-Triggered-By: @merwok
1 parent 0f5a28f
Raw File
test_lib2to3.py
from lib2to3.tests import load_tests
import unittest

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