예제 #1
0
 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={}