casweb/cas.py | 2 -- 1 file changed, 2 deletions(-)
New commits: commit e948eacb2dc90c0663a6c3b692b0003e343b1481 Author: adam stokes astokes@fedoraproject.org Date: Wed Jan 27 16:43:42 2010 -0500
app declared twice
diff --git a/casweb/cas.py b/casweb/cas.py index d96ad91..6dc0da5 100644 --- a/casweb/cas.py +++ b/casweb/cas.py @@ -26,8 +26,6 @@ urls = ( '/jobs', 'jobs', )
-app = web.application(urls, globals()) - # build connection global casDB casDB=CasStorage('/var/db/cas/cas.db')
cas@lists.stg.fedorahosted.org