changeset 8312 | b87a50b7125c |
parent 8225 | 46293a0c7e9f |
child 8563 | f8ff65a83169 |
--- a/mercurial/httprepo.py Thu May 07 15:08:25 2009 +0300 +++ b/mercurial/httprepo.py Tue Apr 28 17:40:46 2009 +0200 @@ -8,8 +8,9 @@ from node import bin, hex, nullid from i18n import _ -import repo, os, urllib, urllib2, urlparse, zlib, util, httplib -import errno, socket, changegroup, statichttprepo, error, url +import repo, changegroup, statichttprepo, error, url, util +import os, urllib, urllib2, urlparse, zlib, httplib +import errno, socket def zgenerator(f): zd = zlib.decompressobj()