Merge branch 'master' into develop

This commit is contained in:
Griatch 2017-09-30 12:00:54 +02:00
commit cfec925bd2
13 changed files with 75 additions and 51 deletions

View file

@ -433,6 +433,12 @@ class ServerSession(Session):
except AttributeError:
return False
def __ne__(self, other):
try:
return self.address != other.address
except AttributeError:
return True
def __str__(self):
"""
String representation of the user session class. We use