Import python3 compatible object.
This commit is contained in:
parent
4f07da29c2
commit
11b61fe335
43 changed files with 43 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ connection actually happens (so it's the same for telnet, web, ssh etc).
|
|||
It is stored on the Server side (as opposed to protocol-specific sessions which
|
||||
are stored on the Portal side)
|
||||
"""
|
||||
from builtins import object
|
||||
|
||||
import re
|
||||
import weakref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue