Mercurial > public > mercurial-scm > hg-stable
diff mercurial/namespaces.py @ 25961:c0c89b2d07be
namespaces: use absolute_import
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 08 Aug 2015 19:42:58 -0700 |
parents | d8e0c591781c |
children | ca52512ac709 |
line wrap: on
line diff
--- 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): """