# HG changeset patch # User k0s # Date 1256519953 14400 # Node ID c293bcbe6e03d5f3f82d5cd19b5181974592a071 # Parent e5cbc53cacf83d45c51d3b3b5420f99cd9372789 removing apparently obselescent comment diff -r e5cbc53cacf8 -r c293bcbe6e03 bitsyblog/factory.py --- a/bitsyblog/factory.py Sun Oct 25 18:35:48 2009 -0400 +++ b/bitsyblog/factory.py Sun Oct 25 21:19:13 2009 -0400 @@ -15,9 +15,6 @@ secret = app_conf.get('secret', 'secret') return BitsyAuth(HTTPExceptionHandler(app), global_conf, app.passwords, app.newuser, 'bitsyblog', secret) -# TODO: use wsgifilter.proxyapp.DebugHeaders to debug the headers apache -# doesn't like - def bitsierfactory(global_conf, **app_conf): """make single-user bitsyblog""" config = [ 'file_dir', 'date_format', 'subject', 'n_links', 'help_file' ]