mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 22:26:39 +00:00
new-style classes only
This commit is contained in:
parent
00e7d01a1a
commit
36d9bf5d09
@ -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…
x
Reference in New Issue
Block a user