| commit | 8524e32d77b6741cdd7f947c009b10b54c6529b8 | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jun 07 15:15:31 2021 -0700 |
| committer | GitHub <noreply@github.com> | Mon Jun 07 15:15:31 2021 -0700 |
| tree | f7f16f488c183dd2df8e7c07d3c4883fd479746f | |
| parent | 2af690fdb26d0312de056b54ddb113d3c44dee8c [diff] |
Use absolute imports in IDLE tests (GH-26581) Relative imports do not work when running test_x as main. (cherry picked from commit e915db3e9e512249a6f494c0b331db2d021e1f56) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>