commit | 36b3fbb0ee6e266381cec91a0a3c15fd403c3cfd | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Sep 27 11:19:08 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Sep 27 11:19:08 2015 +0200 |
tree | c86f47382a7f865c202b20c97d32af0a3a1f10ba | |
parent | eca7172c3c263affcdb881272b56fb7811cc9505 [diff] [blame] |
Issue #25220: Fix Lib/test/autotest.py
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index f01cad4..fcc3937 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -11,7 +11,7 @@ import os import sys -from test.libregrtest import main_in_temp_cwd +from test.libregrtest import main, main_in_temp_cwd if __name__ == '__main__':