Example #1
0
 def setUp(self):
     tools.include_path("../src/")
     self.html_doc = u"""
Example #2
0
def include_src():
    # Include on the python path the src directory, so you can perform
    # invoke modules.
    tools.include_path("src/")