示例#1
0
 def __init__(self):
     self.wptools = WikiProjectTools()
     self.wpn = WikiProjectNotifications()
示例#2
0
def queue_notification(project, notification):
    '''
    Queue new discussion notification
    '''
    wpn = WikiProjectNotifications()
    wpn.post(project, "newdiscussion", notification)