re-import htmlparser

This commit is contained in:
dave mankoff 2012-06-20 19:52:17 -04:00
commit c608d39aa4

View file

@ -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