mercurial/httprepo.py
changeset 6212 e75aab656f46
parent 6211 f89fd07fc51d
child 6285 4b81eecc8aa2
--- a/mercurial/httprepo.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/mercurial/httprepo.py	Thu Mar 06 22:23:41 2008 +0100
@@ -10,7 +10,7 @@
 from remoterepo import remoterepository
 from i18n import _
 import repo, os, urllib, urllib2, urlparse, zlib, util, httplib
-import errno, keepalive, tempfile, socket, changegroup
+import errno, keepalive, socket, changegroup
 
 class passwordmgr(urllib2.HTTPPasswordMgrWithDefaultRealm):
     def __init__(self, ui):