Ejemplo n.º 1
0
 def __init__(self):
     GenericDB.__init__(self)
     HasOwnership.__init__(self)
     HasTags.__init__(self)
     self.email_db = GenericDB()
     self.hit_db = HitDB()
     self.retired_users = OOBTree.OOBTree()
Ejemplo n.º 2
0
 def __init__(self):
     GenericDB.__init__(self)
     HasOwnership.__init__(self)
Ejemplo n.º 3
0
 def __init__(self):
     HasOwnership.__init__(self)
     self.__members = []
Ejemplo n.º 4
0
 def __init__(self):
     GenericDB.__init__(self)
     HasOwnership.__init__(self)
     self.mod_queue = SponsoredQueue()
     self.invitations = Invitations()
Ejemplo n.º 5
0
 def __init__(self):
     HasOwnership.__init__(self)
     self.anon_read = 0
     self.set_group_perms(['read'])
     self.set_other_perms(['read'])