paste* backends: Do not fill the paste after post

It's the application job to call fill_paste().
We only need to get the id.
This commit is contained in:
Laurent Bachelier 2011-04-14 22:59:02 +02:00
commit 667b8267db
4 changed files with 2 additions and 2 deletions

View file

@ -49,4 +49,3 @@ class PastebinBrowser(BaseBrowser):
self.home()
self.page.post(paste)
paste.id = self.page.get_id()
self.fill_paste(paste)