author | Gregory Szorc <gregory.szorc@gmail.com> |
Sat, 08 Aug 2015 20:10:23 -0700 | |
changeset 25986 | 89049011f304 |
parent 25985 | 7eb357b5f774 |
child 25987 | c6d049a5de43 |
--- a/mercurial/transaction.py Sat Aug 08 18:23:53 2015 -0700 +++ b/mercurial/transaction.py Sat Aug 08 20:10:23 2015 -0700 @@ -11,9 +11,15 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -from i18n import _ +from __future__ import absolute_import + import errno -import error, util + +from .i18n import _ +from . import ( + error, + util, +) version = 2