Rename all instances of Player->Account.

This commit is contained in:
Griatch 2017-07-07 23:47:21 +02:00
parent a14e11640b
commit 5590ee2258
94 changed files with 1316 additions and 2327 deletions

View file

@ -373,7 +373,7 @@ def unpack_dbobj(item):
def pack_session(item):
"""
Handle the safe serializion of Sessions objects (these contain
hidden references to database objects (players, puppets) so they
hidden references to database objects (accounts, puppets) so they
can't be safely serialized).
Args: