/[ascend]/branches/adrian/pygtk/canvas/blockinstance.py
ViewVC logotype

Diff of /branches/adrian/pygtk/canvas/blockinstance.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2922 by adrian, Sun Apr 12 14:32:00 2015 UTC revision 2923 by adrian, Fri May 8 14:22:51 2015 UTC
# Line 63  class BlockInstance: Line 63  class BlockInstance:
63      def __getstate__(self):      def __getstate__(self):
64          #Return state values to pickle without  blockinstance.instance          #Return state values to pickle without  blockinstance.instance
65          state = self.__dict__.copy()          state = self.__dict__.copy()
66            del state['instance']
67          return(state)          return(state)
68    
69      def __setstate__(self, state):      def __setstate__(self, state):

Legend:
Removed from v.2922  
changed lines
  Added in v.2923

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22