def static_handler(path): return bottle.static_file( path, root=os.path.join(os.path.dirname(__file__), '..', 'static'))