# HG changeset patch # User Jeff Hammel # Date 1330388464 28800 # Node ID 39080c0f1b08af5a4c1c556a2800e01db3a4f6a7 # Parent 7caedb57579469f4e945d9cc17bda62363234491 note to self diff -r 7caedb575794 -r 39080c0f1b08 simpypi/factory.py --- 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__':