mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
make it new-style
This commit is contained in:
parent
972c1c7976
commit
4053b6c56f
@ -8,7 +8,7 @@ from twisted.web.resource import (
|
||||
NoResource,
|
||||
)
|
||||
|
||||
class StoragePlugins(Resource):
|
||||
class StoragePlugins(Resource, object):
|
||||
"""
|
||||
The parent resource of all enabled storage client plugins' web resources.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user