Commit 28b72baf authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)

Revert test_bisect.py change:
remove "from __future__ import absolute_import".
parent 1fef0154
# Use absolute import to prevent importing Lib/test/bisect.py,
# instead of Lib/bisect.py
from __future__ import absolute_import
import sys
import unittest
from test import test_support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment