diff mercurial/destutil.py @ 27333:2c60b4b2a0de

destutil: use absolute_import
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 Dec 2015 13:32:25 -0500
parents 3d0feb2f978b
children d13bcc9fd656
line wrap: on
line diff
--- a/mercurial/destutil.py	Sat Dec 12 13:30:47 2015 -0500
+++ b/mercurial/destutil.py	Sat Dec 12 13:32:25 2015 -0500
@@ -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
+
 from .i18n import _
 from . import (
     bookmarks,