everything newstyle

This commit is contained in:
Jean-Paul Calderone 2020-10-19 14:37:03 -04:00
parent a9e9efb336
commit 3192715e37

View File

@ -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