Everything should be new-style

This commit is contained in:
Jean-Paul Calderone 2020-11-18 16:53:28 -05:00
parent 799e5a2a60
commit 5b0d20c453

View File

@ -150,7 +150,7 @@ def _logFormatter(logDateTime, request):
)
class TahoeLAFSSite(Site):
class TahoeLAFSSite(Site, object):
"""
The HTTP protocol factory used by Tahoe-LAFS.