diff simpypi/wsgi.py @ 18:90777e79ea13

fix up factory (i hope)
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 28 Feb 2012 15:47:05 -0800
parents 7f426a77e192
children ab52f46a3682
line wrap: on
line diff
--- a/simpypi/wsgi.py	Tue Feb 28 15:38:46 2012 -0800
+++ b/simpypi/wsgi.py	Tue Feb 28 15:47:05 2012 -0800
@@ -9,12 +9,13 @@
 
 here = os.path.dirname(os.path.abspath(__file__))
 
-class Dispatcher(object):
+class SimPyPI(object):
 
     ### class level variables
-    defaults = {'auto_reload': 'False',
-                'template_dirs': '',
-                }
+# XXX unneeded for now
+#    defaults = {'auto_reload': 'False',
+#                'template_dirs': '',
+#                }
 
     def __init__(self, directory, index=None):