add missing import

This commit is contained in:
Benjamin Peterson 2014-10-07 19:26:44 -04:00
parent a12e33acbb
commit fe2923d6eb
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ application when this module is imported."""
def fix_rst_pep(inpath, input_lines, outfile):
from docutils import core
from docutils.transforms.peps import Headers
Headers.pep_cvs_url = PEPCVSURL
output = core.publish_string(
source=''.join(input_lines),