diff options
-rw-r--r-- | Lib/test/test_importlib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/__init__.py b/Lib/test/test_importlib/__init__.py index 502eb7d..0e345cd 100644 --- a/Lib/test/test_importlib/__init__.py +++ b/Lib/test/test_importlib/__init__.py @@ -1,6 +1,6 @@ import os import sys -from .. import support +from test import support import unittest def test_suite(package=__package__, directory=os.path.dirname(__file__)): |