Mercurial > public > mercurial-scm > hg
diff mercurial/statichttprepo.py @ 7873:4a4c7f6a5912
cleanup: drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:12:07 +0100 |
parents | 1d54e2f6c0b7 |
children | 46293a0c7e9f |
line wrap: on
line diff
--- 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):