handle sent page

This commit is contained in:
Romain Bignon 2014-05-17 18:25:12 +02:00
commit 1ca3c09479
2 changed files with 7 additions and 2 deletions

View file

@ -258,3 +258,7 @@ class QuickMatchPage(BasePage):
# VoteHandler.process('vote', 'personality', stars, tuid, pass.succeed, pass.failure);
# var params = {voterid: CURRENTUSERID,target_userid: tuid,target_objectid: 0,type: vote_or_note,vote_type: vote_type,score: rating}
class SentPage(BasePage):
pass