mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
old-style class
This commit is contained in:
parent
b64f90bcd4
commit
8db16ff8e3
@ -1440,7 +1440,7 @@ class DeepCheckStreamer(dirnode.DeepStats):
|
||||
return ""
|
||||
|
||||
|
||||
class UnknownNodeHandler(Resource):
|
||||
class UnknownNodeHandler(Resource, object):
|
||||
def __init__(self, client, node, parentnode=None, name=None):
|
||||
super(UnknownNodeHandler, self).__init__()
|
||||
assert node
|
||||
|
Loading…
Reference in New Issue
Block a user