diff mercurial/statichttprepo.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents 6605a03cbf87
children 08800489257e
line wrap: on
line diff
--- 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