diff -r 942287cb1f57 -r f89fd07fc51d mercurial/httprepo.py --- a/mercurial/httprepo.py Fri Mar 07 00:24:36 2008 +0100 +++ b/mercurial/httprepo.py Thu Mar 06 22:23:26 2008 +0100 @@ -6,8 +6,8 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from node import * -from remoterepo import * +from node import bin, hex +from remoterepo import remoterepository from i18n import _ import repo, os, urllib, urllib2, urlparse, zlib, util, httplib import errno, keepalive, tempfile, socket, changegroup