diff -r 524ca4a06f70 -r 854775b27d1a mercurial/httprepo.py --- a/mercurial/httprepo.py Mon Oct 03 15:06:46 2005 -0700 +++ b/mercurial/httprepo.py Mon Oct 03 16:07:54 2005 -0700 @@ -8,7 +8,7 @@ from node import * from remoterepo import * from demandload import * -demandload(globals(), "hg os urllib urllib2 urlparse zlib") +demandload(globals(), "hg os urllib urllib2 urlparse zlib util") class httprepository(remoterepository): def __init__(self, ui, path):