Pastebin: handle user pages

Not used for anything (for now), but you can be redirected to them after login.
This commit is contained in:
Laurent Bachelier 2011-12-03 14:29:36 +01:00
commit a37359807a
2 changed files with 5 additions and 1 deletions

View file

@ -79,3 +79,6 @@ class PostPage(BasePastebinPage):
if expiration:
self.browser['paste_expire_date'] = [expiration]
self.browser.submit()
class UserPage(BasePastebinPage):
pass