changeset 6212 | e75aab656f46 |
parent 6028 | 6605a03cbf87 |
child 6312 | 08800489257e |
--- a/mercurial/statichttprepo.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/statichttprepo.py Thu Mar 06 22:23:41 2008 +0100 @@ -8,7 +8,7 @@ # of the GNU General Public License, incorporated herein by reference. from i18n import _ -import changelog, filelog, httprangereader +import changelog, httprangereader import repo, localrepo, manifest, util import urllib, urllib2, errno