Files
deb-python-pecan/pecan/deploy.py
Jonathan LaCour bed5cbfa14 After a full-scale scan with pep8.py and pyflakes, identified and
resolved most of our PEP8 compliance issues.
2012-03-11 09:52:25 -07:00

6 lines
76 B
Python

from core import load_app
def deploy(config):
return load_app(config)