Browse Source

Merge branch '0.8-maintenance'

pull/319/merge
Armin Ronacher 13 years ago
parent
commit
a9f68dd4c7
  1. 1
      flask/views.py

1
flask/views.py

@ -15,7 +15,6 @@ http_method_funcs = frozenset(['get', 'post', 'head', 'options',
'delete', 'put', 'trace'])
class View(object):
"""Alternative way to use view functions. A subclass has to implement
:meth:`dispatch_request` which is called with the view arguments from

Loading…
Cancel
Save