summaryrefslogtreecommitdiff
path: root/regtest/Bisect.py
diff options
context:
space:
mode:
Diffstat (limited to 'regtest/Bisect.py')
-rw-r--r--regtest/Bisect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/regtest/Bisect.py b/regtest/Bisect.py
index bf8853d7..0782973d 100644
--- a/regtest/Bisect.py
+++ b/regtest/Bisect.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-from __future__ import absolute_import, print_function
+from __future__ import absolute_import, division, print_function
from builder import get_builder
from TestRun import TestRun