import os, sys from myghty.paste import wsgiapp root = os.path.dirname(os.path.abspath(__file__)) def make_app(global_conf, **kw): return wsgiapp.make_myghty_app( global_conf, package_name='${package}', root_path=root, **kw)