mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
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…
x
Reference in New Issue
Block a user