コード例 #1
0
ファイル: daemon.py プロジェクト: imclab/decentralized
 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={}