commit | 3050987d85d7cf8cdd4b3c053e673d13cd8dfb12 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Jul 05 09:16:47 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 05 09:16:47 2017 +0200 |
tree | 25c150da202139e57cabe2a623c578eec6120abe | |
parent | d0ae4be443332d63fafb304944842fbaece734a3 [diff] [blame] |
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) * Rename again Lib/test/bisectcmd.py to Lib/test/bisect.py * regrtest now removes '' and Lib/test/ from sys.path * Use absolute import in test_bisect
diff --git a/Lib/test/test_bisect.py b/Lib/test/test_bisect.py index 5c3330b..9bed28e 100644 --- a/Lib/test/test_bisect.py +++ b/Lib/test/test_bisect.py
@@ -1,3 +1,4 @@ +from __future__ import absolute_import import sys import unittest from test import test_support