Arch: First draft of a Space tool

This commit is contained in:
Yorik van Havre
2013-07-16 19:09:16 -03:00
parent a491b0dcc7
commit f6b4f22353
9 changed files with 816 additions and 17 deletions

View File

@@ -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