diff hgext/highlight.py @ 6212:e75aab656f46

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