commit | 96a6a6d42be272a27562d98549bbffc0d1854669 | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Thu Jul 09 21:25:10 2020 +0800 |
committer | GitHub <noreply@github.com> | Thu Jul 09 15:25:10 2020 +0200 |
tree | 9c4fc12729aa2accce4ca953a6431acec87cf542 | |
parent | 61bb24a270d15106decb1c7983bf4c2831671a75 [diff] [blame] |
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
diff --git a/Lib/test/test_turtle.py b/Lib/test/test_turtle.py index 38448c7..39b3d96 100644 --- a/Lib/test/test_turtle.py +++ b/Lib/test/test_turtle.py
@@ -1,8 +1,10 @@ import pickle import unittest from test import support +from test.support import import_helper -turtle = support.import_module('turtle') + +turtle = import_helper.import_module('turtle') Vec2D = turtle.Vec2D test_config = """\