# HG changeset patch # User Jeff Hammel # Date 1308013141 25200 # Node ID 30e69abaadbb5c0961ac603bf4f96d1bf9994a51 # Parent 7c2a3016da4ecc0bce6ca61f7e7627c0e5c42b9c use correct factory type diff -r 7c2a3016da4e -r 30e69abaadbb wsgintegrate/main.py --- a/wsgintegrate/main.py Mon Jun 13 17:56:39 2011 -0700 +++ b/wsgintegrate/main.py Mon Jun 13 17:59:01 2011 -0700 @@ -39,7 +39,7 @@ # create a factory from configuration # TODO: interpret if the configuration is .ini, JSON, etc - factory = IniFactory(config, main=options.app) + factory = WSGIfactory(config, main=options.app) # print configuration, if specified if options.list_apps: