diff options
Diffstat (limited to 'Lib/lib2to3/tests/benchmark.py')
-rw-r--r-- | Lib/lib2to3/tests/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/tests/benchmark.py b/Lib/lib2to3/tests/benchmark.py index 3723f69..e0f3e68 100644 --- a/Lib/lib2to3/tests/benchmark.py +++ b/Lib/lib2to3/tests/benchmark.py @@ -13,7 +13,7 @@ import sys from time import time # Test imports -from support import adjust_path +from .support import adjust_path adjust_path() # Local imports |