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