mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
Everything should be new-style
This commit is contained in:
parent
799e5a2a60
commit
5b0d20c453
@ -150,7 +150,7 @@ def _logFormatter(logDateTime, request):
|
||||
)
|
||||
|
||||
|
||||
class TahoeLAFSSite(Site):
|
||||
class TahoeLAFSSite(Site, object):
|
||||
"""
|
||||
The HTTP protocol factory used by Tahoe-LAFS.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user