hgext/highlight.py
changeset 6212 e75aab656f46
parent 6199 0068809347d7
child 6393 894875eae49b
child 6494 c30849d4c8ba
--- a/hgext/highlight.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/hgext/highlight.py	Thu Mar 06 22:23:41 2008 +0100
@@ -31,13 +31,8 @@
                             'pkg_resources',
                             '__main__',])
 
-import mimetypes
-
-from mercurial.hgweb import hgweb_mod
 from mercurial.hgweb.hgweb_mod import hgweb
 from mercurial import util
-from mercurial.hgweb.common import paritygen
-from mercurial.node import hex
 from mercurial.templatefilters import filters
 
 from pygments import highlight