Пример #1
0
    def __init__(self):
        HasTags.__init__(self)

        # dictionary of user_ids for taggers that
        # have so much negative tag feedback that we want
        # to hide their tags from the public.
        self.naughty_taggers = {}
Пример #2
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()
Пример #3
0
 def upgradeToVersion2(self):
     HasTags.__init__(self)
     self.version_upgrade_done()