Mercurial > hg > simpypi
changeset 5:39080c0f1b08
note to self
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 27 Feb 2012 16:21:04 -0800 |
parents | 7caedb575794 |
children | 232e67cac00c |
files | simpypi/factory.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/simpypi/factory.py Mon Feb 27 16:20:08 2012 -0800 +++ b/simpypi/factory.py Mon Feb 27 16:21:04 2012 -0800 @@ -27,6 +27,7 @@ """create a webob view and wrap it in middleware""" directory = app_conf['directory'] app = Dispatcher(**app_conf) + # TODO: something about serving simple_index, etc return PassthroughFileserver(app, resource_filename(__name__, 'static')) if __name__ == '__main__':