mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43:54 +00:00
everything newstyle
This commit is contained in:
parent
a9e9efb336
commit
3192715e37
@ -43,7 +43,7 @@ from .common import (
|
||||
assert_soup_has_tag_with_attributes,
|
||||
)
|
||||
|
||||
class StaticResource(Resource):
|
||||
class StaticResource(Resource, object):
|
||||
def __init__(self, response):
|
||||
Resource.__init__(self)
|
||||
self._response = response
|
||||
|
Loading…
x
Reference in New Issue
Block a user