mercurial/statichttprepo.py
changeset 7873 4a4c7f6a5912
parent 7637 1d54e2f6c0b7
child 8225 46293a0c7e9f
--- a/mercurial/statichttprepo.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/statichttprepo.py	Mon Mar 23 13:12:07 2009 +0100
@@ -9,7 +9,7 @@
 
 from i18n import _
 import changelog, byterange, url, error
-import repo, localrepo, manifest, util, store
+import localrepo, manifest, util, store
 import urllib, urllib2, errno
 
 class httprangereader(object):