This commit is contained in:
Martin Mahner 2011-06-10 15:05:15 +02:00
parent 3c414165ba
commit 1c9b0341f0

View file

@ -1,5 +1,6 @@
from pygments import highlight from pygments import highlight
from pygments.lexers import * from pygments.lexers import *
from pygments.lexers import get_all_lexers
from pygments.formatters import HtmlFormatter from pygments.formatters import HtmlFormatter
from django.utils.html import escape from django.utils.html import escape