changeset 25961 | c0c89b2d07be |
parent 24180 | d8e0c591781c |
child 28567 | ca52512ac709 |
--- a/mercurial/namespaces.py Sat Aug 08 19:42:16 2015 -0700 +++ b/mercurial/namespaces.py Sat Aug 08 19:42:58 2015 -0700 @@ -1,6 +1,10 @@ -from i18n import _ -from mercurial import util -import templatekw +from __future__ import absolute_import + +from .i18n import _ +from . import ( + templatekw, + util, +) def tolist(val): """