[svn] fixed small bug in lodgeit lodgeit svn.3837

4 years ago

author
blackbird
date
Tue Aug 07 00:31:00 2007 +0200
branch
lodgeit
changeset 47
f3b01d3de10c
parent 46
39d1724b341a
child 48
9855e5a72251

[svn] fixed small bug in lodgeit

lodgeit/application.pyfile | annotate | diff | revisions
     1.1 --- a/lodgeit/application.py	Sun Aug 05 15:19:12 2007 +0200
     1.2 +++ b/lodgeit/application.py	Tue Aug 07 00:31:00 2007 +0200
     1.3 @@ -60,7 +60,7 @@
     1.4      return Response('Page Moved to %s' % url,
     1.5                      headers=[('Location', url),
     1.6                               ('Content-Type', 'text/plain')],
     1.7 -                    status=302)
     1.8 +                    status=code)
     1.9  
    1.10  
    1.11  class Request(BaseRequest):

mercurial