# HG changeset patch # User Gregory Szorc # Date 2015-08-09 02:43:24 # Node ID 738314da6c75c1c5352e171911f47371e2d6a9a4 # Parent c0c89b2d07bea3403bcd9044e803970946dd92e8 node: use absolute_import diff --git a/mercurial/node.py b/mercurial/node.py --- a/mercurial/node.py +++ b/mercurial/node.py @@ -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