##// END OF EJS Templates
clonebundles: use absolute_import
Gregory Szorc -
r28095:7fa139ea default
parent child Browse files
Show More
@@ -162,6 +162,8 b' instructions when a failure occurs, thus'
162 Mercurial server when the bundle hosting service fails.
162 Mercurial server when the bundle hosting service fails.
163 """
163 """
164
164
165 from __future__ import absolute_import
166
165 from mercurial import (
167 from mercurial import (
166 extensions,
168 extensions,
167 wireproto,
169 wireproto,
@@ -32,7 +32,6 b''
32 doc/gendoc.py not using absolute_import
32 doc/gendoc.py not using absolute_import
33 doc/hgmanpage.py not using absolute_import
33 doc/hgmanpage.py not using absolute_import
34 hgext/__init__.py not using absolute_import
34 hgext/__init__.py not using absolute_import
35 hgext/clonebundles.py not using absolute_import
36 hgext/color.py not using absolute_import
35 hgext/color.py not using absolute_import
37 hgext/convert/__init__.py not using absolute_import
36 hgext/convert/__init__.py not using absolute_import
38 hgext/convert/bzr.py not using absolute_import
37 hgext/convert/bzr.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now