mercurial/node.py
changeset 25962 738314da6c75
parent 25737 1a5211f2f87f
child 26980 18f50b8cbf1e
--- 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