diff hgext/highlight.py @ 6199:0068809347d7

highlight: forgot import
author Brendan Cully <brendan@kublai.com>
date Fri, 29 Feb 2008 14:48:21 -0800
parents 358cc9cf54db
children e75aab656f46
line wrap: on
line diff
--- a/hgext/highlight.py	Fri Feb 29 14:47:07 2008 -0800
+++ b/hgext/highlight.py	Fri Feb 29 14:48:21 2008 -0800
@@ -42,7 +42,7 @@
 
 from pygments import highlight
 from pygments.util import ClassNotFound
-from pygments.lexers import guess_lexer_for_filename, TextLexer
+from pygments.lexers import guess_lexer, guess_lexer_for_filename, TextLexer
 from pygments.formatters import HtmlFormatter
 
 SYNTAX_CSS = ('\n<link rel="stylesheet" href="#staticurl#highlight.css" '