Don't use class attributes for cPickle
See https://docs.python.org/2/library/pickle.html#what-can-be-pickled-and-unpickled
This commit is contained in:
parent
4739337ed5
commit
e181b4cac2
1 changed files with 2 additions and 1 deletions
|
@ -73,4 +73,5 @@ class Playback_Successful(object):
|
||||||
"""
|
"""
|
||||||
Used to communicate with another PKC Python instance
|
Used to communicate with another PKC Python instance
|
||||||
"""
|
"""
|
||||||
listitem = None
|
def __init__(self):
|
||||||
|
self.listitem = None
|
||||||
|
|
Loading…
Reference in a new issue