diff hgext/clonebundles.py @ 28095:7fa139eaebb4

clonebundles: use absolute_import
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 09 Feb 2016 17:51:44 -0800
parents 0288e63ea3be
children d5883fd055c6
line wrap: on
line diff
--- a/hgext/clonebundles.py	Tue Feb 09 17:50:45 2016 -0800
+++ b/hgext/clonebundles.py	Tue Feb 09 17:51:44 2016 -0800
@@ -162,6 +162,8 @@
 Mercurial server when the bundle hosting service fails.
 """
 
+from __future__ import absolute_import
+
 from mercurial import (
     extensions,
     wireproto,