# $Id: DocutilsTestSupport.py 9236 2022-11-10 16:25:32Z aa-turner $ # Authors: David Goodger ; # Garth Kidd # Copyright: This module has been placed in the public domain. __docformat__ = 'reStructuredText' import os import sys testroot = os.path.abspath(os.path.dirname(__file__)) sys.path.insert(0, os.path.dirname(testroot)) sys.path.insert(0, testroot)