def __init__(self): PersistentObject.__init__(self) if not self.__dict__.has_key("my_posts"): self.my_posts=[] if not self.__dict__.has_key("config"): self.config={}