clonebundles: use absolute_import
authorGregory Szorc <gregory.szorc@gmail.com>
Tue, 09 Feb 2016 17:51:44 -0800
changeset 28095 7fa139eaebb4
parent 28094 79fc627578ac
child 28096 62ef44273678
clonebundles: use absolute_import
hgext/clonebundles.py
tests/test-check-py3-compat.t
--- 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,
--- a/tests/test-check-py3-compat.t	Tue Feb 09 17:50:45 2016 -0800
+++ b/tests/test-check-py3-compat.t	Tue Feb 09 17:51:44 2016 -0800
@@ -32,7 +32,6 @@
   doc/gendoc.py not using absolute_import
   doc/hgmanpage.py not using absolute_import
   hgext/__init__.py not using absolute_import
-  hgext/clonebundles.py not using absolute_import
   hgext/color.py not using absolute_import
   hgext/convert/__init__.py not using absolute_import
   hgext/convert/bzr.py not using absolute_import