Arch: First draft of a Space tool
This commit is contained in:
@@ -270,11 +270,12 @@ class Component:
|
||||
self.Type = "Component"
|
||||
self.Subvolume = None
|
||||
|
||||
def execute(self,obj):
|
||||
return
|
||||
|
||||
def __getstate__(self):
|
||||
return self.Type
|
||||
|
||||
|
||||
def __setstate__(self,state):
|
||||
if state:
|
||||
self.Type = state
|
||||
|
||||
Reference in New Issue
Block a user