Skip to content

Commit

Permalink
additional request related variables like GET removed
Browse files Browse the repository at this point in the history
  • Loading branch information
glennyonemitsu committed Apr 17, 2013
1 parent 4c945eb commit 25650e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdklib/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ def _dispatch_rule(self, **kwargs):
content = self._compile_defaults(kwargs['__sdk_content__'])
for k in content:
kwargs.setdefault(k, content[k])
kwargs['REQ'] = request
kwargs['GET'] = request.args
kwargs['POST'] = request.form
kwargs['COOKIES'] = request.cookies
return template.render(**kwargs)

def _dispatch_static(self, filename):
Expand Down

0 comments on commit 25650e3

Please sign in to comment.