Files
deb-python-pecan/tests/test_config/sample_apps/sample_app/app.py
2011-09-02 16:23:33 -04:00

4 lines
87 B
Python

def setup_app(config):
assert config.foo.sample_key == True
return 'DEPLOYED!'