Define missing DataError class in rst2html.

This commit is contained in:
R. David Murray 2017-09-05 14:05:57 -04:00
parent 6556f2a904
commit 5acd2bb90e
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ from docutils.readers import standalone
from docutils.transforms import peps, references, misc, frontmatter, Transform
from docutils.parsers import rst
class DataError(Exception):
pass
REQUIRES = {'python': '2.6',
'docutils': '0.2.7'}
PROGRAM = sys.argv[0]