ParaSeries (and possibly others): fix errors on save/load
This commit is contained in:
parent
272f562be7
commit
0684d1ff90
|
@ -214,6 +214,11 @@ class LatticeFeature():
|
|||
#--DeepSOIC
|
||||
pass
|
||||
|
||||
def __getstate__(self):
|
||||
return None
|
||||
|
||||
def __setstate__(self,state):
|
||||
return None
|
||||
|
||||
class ViewProviderLatticeFeature:
|
||||
"A View Provider for base lattice object"
|
||||
|
|
Loading…
Reference in New Issue
Block a user