1
0
Fork 0
forked from github/pelican

re-import cgi. properly turn utils.open into a context manager

This commit is contained in:
dave mankoff 2012-06-20 19:59:32 -04:00
commit caa4442abb
2 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,8 @@ except ImportError:
Markdown = False # NOQA
import re
from htmlparser import HTMLParser
import cgi
from HTMLParser import HTMLParser
from pelican.contents import Category, Tag, Author
from pelican.utils import get_date, open