From 3c414165baf3217dedd454d5fe8be80718efebcf Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Fri, 10 Jun 2011 15:02:11 +0200 Subject: [PATCH] Star import --- pastebin/apps/dpaste/highlight.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pastebin/apps/dpaste/highlight.py b/pastebin/apps/dpaste/highlight.py index 716e6b8..f1bfcf5 100644 --- a/pastebin/apps/dpaste/highlight.py +++ b/pastebin/apps/dpaste/highlight.py @@ -1,6 +1,6 @@ -from pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, PythonLexer -from pygments.formatters import HtmlFormatter from pygments import highlight +from pygments.lexers import * +from pygments.formatters import HtmlFormatter from django.utils.html import escape