mercurial/templatefilters.py
changeset 25983 1245049da5f3
parent 25778 3a33412792f1
child 26106 c568c4db036f
--- 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 "<br />" tag before the end of