mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
new-style classes only
This commit is contained in:
parent
18b62bf746
commit
02a663c244
@ -28,7 +28,7 @@ from allmydata.util import (
|
||||
)
|
||||
|
||||
|
||||
class _FakeTahoeRoot(Resource):
|
||||
class _FakeTahoeRoot(Resource, object):
|
||||
"""
|
||||
This is a sketch of how an in-memory 'fake' of a Tahoe
|
||||
WebUI. Ultimately, this will live in Tahoe
|
||||
@ -100,7 +100,7 @@ def capability_generator(kind):
|
||||
yield cap.encode("ascii")
|
||||
|
||||
|
||||
class _FakeTahoeUriHandler(Resource):
|
||||
class _FakeTahoeUriHandler(Resource, object):
|
||||
"""
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user