diff -r 3ccaf995f549 -r 0a9c0d3480b2 mercurial/thirdparty/concurrent/futures/_base.py --- a/mercurial/thirdparty/concurrent/futures/_base.py Mon Apr 09 12:22:31 2018 -0700 +++ b/mercurial/thirdparty/concurrent/futures/_base.py Mon Apr 09 12:23:48 2018 -0700 @@ -1,6 +1,8 @@ # Copyright 2009 Brian Quinlan. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. +from __future__ import absolute_import + import collections import logging import threading