summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-07-04 09:45:04 (GMT)
committerGitHub <noreply@github.com>2017-07-04 09:45:04 (GMT)
commit28b72baf3c1e57af0c9338fb41c89d62aa47a355 (patch)
treee2db1eac596e50af27005d377933aaa42c450d2b /Lib
parent1fef0154d97bd7f01c5bc59954a278bacf1a3f0e (diff)
downloadcpython-28b72baf3c1e57af0c9338fb41c89d62aa47a355.zip
cpython-28b72baf3c1e57af0c9338fb41c89d62aa47a355.tar.gz
cpython-28b72baf3c1e57af0c9338fb41c89d62aa47a355.tar.bz2
bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)
Revert test_bisect.py change: remove "from __future__ import absolute_import".
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/bisectcmd.py (renamed from Lib/test/bisect.py)0
-rw-r--r--Lib/test/test_bisect.py4
2 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/bisect.py b/Lib/test/bisectcmd.py
index 6fc5618..6fc5618 100755
--- a/Lib/test/bisect.py
+++ b/Lib/test/bisectcmd.py
diff --git a/Lib/test/test_bisect.py b/Lib/test/test_bisect.py
index 47b5ebd..5c3330b 100644
--- a/Lib/test/test_bisect.py
+++ b/Lib/test/test_bisect.py
@@ -1,7 +1,3 @@
-# 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