comparison mercurial/destutil.py @ 27333:2c60b4b2a0de

destutil: use absolute_import
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 Dec 2015 13:32:25 -0500
parents 3d0feb2f978b
children d13bcc9fd656
comparison
equal deleted inserted replaced
27332:04f346b8768f 27333:2c60b4b2a0de
2 # 2 #
3 # Copyright Matt Mackall <mpm@selenic.com> and other 3 # Copyright Matt Mackall <mpm@selenic.com> and other
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7
8 from __future__ import absolute_import
7 9
8 from .i18n import _ 10 from .i18n import _
9 from . import ( 11 from . import (
10 bookmarks, 12 bookmarks,
11 error, 13 error,