Commit 4e76e2a8 authored by Fred Drake's avatar Fred Drake

Change the way roman.py from docutils is handled.

By re-locating the file, we do not need to change the contents of the file,
and can still fix the import problem.
parent 5a022216
......@@ -161,8 +161,3 @@ class Component(SettingsSpec, TransformSpec):
a certain input context or output format.
"""
return format in self.supported
import sys, os
home = os.path.dirname(__file__)
if not home in sys.path:
sys.path.append(home)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment