changeset 25986 | 89049011f304 |
parent 25660 | 328739ea70c3 |
child 26576 | 9e0aaac0d9eb |
--- 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