New-style the new class
This commit is contained in:
parent
e7d166f262
commit
2037cd9be1
|
@ -90,7 +90,7 @@ class DummyStorage(object):
|
|||
return resource
|
||||
|
||||
|
||||
class GetCounter(Resource):
|
||||
class GetCounter(Resource, object):
|
||||
"""
|
||||
``GetCounter`` is a resource that returns a count of the number of times
|
||||
it has rendered a response to a GET request.
|
||||
|
|
Loading…
Reference in New Issue