예제 #1
0
파일: google.py 프로젝트: nihed/magnetism
 def __init__(self):
     AutoStruct.__init__(self, { 'title' : 'Untitled', 'link' : None })
예제 #2
0
파일: presence.py 프로젝트: nihed/magnetism
 def __init__(self):
     AutoStruct.__init__(self, { 'protocol' : 'unknown', 'name' : None,
                                 'status' : 'away', 'online' : False })