mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
re-import htmlparser
This commit is contained in:
parent
7b6a97dee0
commit
c608d39aa4
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ except ImportError:
|
|||
Markdown = False # NOQA
|
||||
import re
|
||||
|
||||
from htmlparser import HTMLParser
|
||||
|
||||
from pelican.contents import Category, Tag, Author
|
||||
from pelican.utils import get_date, open
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue