diff -r b2f3f185e458 -r 1245049da5f3 mercurial/templatefilters.py --- a/mercurial/templatefilters.py Sat Aug 08 20:16:56 2015 -0700 +++ b/mercurial/templatefilters.py Sat Aug 08 20:08:52 2015 -0700 @@ -5,10 +5,21 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -import cgi, re, os, time, urllib -import encoding, node, util -import hbisect -import templatekw +from __future__ import absolute_import + +import cgi +import os +import re +import time +import urllib + +from . import ( + encoding, + hbisect, + node, + templatekw, + util, +) def addbreaks(text): """:addbreaks: Any text. Add an XHTML "
" tag before the end of