##// END OF EJS Templates
namespaces: use absolute_import
Gregory Szorc -
r25961:c0c89b2d default
parent child Browse files
Show More
@@ -1,6 +1,10 b''
1 from i18n import _
1 from __future__ import absolute_import
2 from mercurial import util
2
3 import templatekw
3 from .i18n import _
4 from . import (
5 templatekw,
6 util,
7 )
4
8
5 def tolist(val):
9 def tolist(val):
6 """
10 """
General Comments 0
You need to be logged in to leave comments. Login now