Mercurial > hg
changeset 25962:738314da6c75
node: use absolute_import
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 08 Aug 2015 19:43:24 -0700 |
parents | c0c89b2d07be |
children | 7448df709b2e |
files | mercurial/node.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/node.py Sat Aug 08 19:42:58 2015 -0700 +++ b/mercurial/node.py Sat Aug 08 19:43:24 2015 -0700 @@ -5,6 +5,8 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. +from __future__ import absolute_import + import binascii nullrev = -1