Have every class inherit from object.
This commit is contained in:
parent
a8127b0f41
commit
de0e42240c
14 changed files with 33 additions and 22 deletions
|
|
@ -300,7 +300,7 @@ class PassAvatarIdTerminalRealm(TerminalRealm):
|
|||
return user
|
||||
|
||||
|
||||
class TerminalSessionTransport_getPeer:
|
||||
class TerminalSessionTransport_getPeer(object):
|
||||
"""
|
||||
Taken from twisted's TerminalSessionTransport which doesn't
|
||||
provide getPeer to the transport. This one does.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue