comparison 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
comparison
equal deleted inserted replaced
28094:79fc627578ac 28095:7fa139eaebb4
160 occurs. So server operators should prepare for some people to follow these 160 occurs. So server operators should prepare for some people to follow these
161 instructions when a failure occurs, thus driving more load to the original 161 instructions when a failure occurs, thus driving more load to the original
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,
168 ) 170 )
169 171