1
0
Fork 0
forked from github/pelican

remote duplicated import statement (thanks @traeblain)

This commit is contained in:
Bruno Binet 2012-12-09 08:30:17 +01:00
commit f79c844855

View file

@ -20,7 +20,6 @@ try:
asciidoc = True
except ImportError:
asciidoc = False
import re
from pelican.contents import Category, Tag, Author
from pelican.utils import get_date, pelican_open