def save(self): f=open(str(self.uid)+'.yaml') yaml.dump(self.__dict__, f)
is there a better way to persist using Yaml
Paulhttp://bidegg.com