Fix typo
This commit is contained in:
parent
9964f119a1
commit
7fa91da508
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CGIT_REPO_CLONE_URL ( = repo.clone-url setting )
|
|||
'''
|
||||
import sys
|
||||
|
||||
from pyments import highlight
|
||||
from pygments import highlight
|
||||
from pygments.formatters import HtmlFormatter
|
||||
from pygments.lexers import CommonLispLexer, TextLexer, guess_lexer, \
|
||||
guess_lexer_for_filename, get_lexer_by_name
|
||||
|
|
Loading…
Reference in a new issue