syntax fixes :/

This commit is contained in:
Frédéric Péters 2014-11-03 12:36:05 +01:00
parent 49125a0f3c
commit 05c5354191
1 changed files with 3 additions and 3 deletions

View File

@ -888,13 +888,13 @@ BADGES = {
#most likely - from manipulator functions that are added to the User objects
EVENTS_TO_BADGES = {
'accept_best_answer': (Guru,),
'delete_post': (,),
'delete_post': (),
'downvote': (Critic, CivicDuty),#no regard for question or answer for now
'edit_answer': (Editor, AssociateEditor),
'edit_question': (Editor, AssociateEditor),
'flag_post': (,),
'flag_post': (),
'post_answer': (Necromancer,),
'post_comment': (,),
'post_comment': (),
'retag_question': (Organizer,),
'select_favorite_question': (FavoriteQuestion, ),
'site_visit': (),