From 2977c879e7950ef431af05284eb3f4d3f43e11c5 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Thu, 5 May 2011 00:33:53 +0200 Subject: [PATCH] Oops, this should never have been committed --- weboob/applications/pastoob/pastoob.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/weboob/applications/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 3b0b9c18..90483ae8 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -44,13 +44,12 @@ class Pastoob(ReplApplication): self.load_config() return ReplApplication.main(self, argv) - def do_get(self, _id, *args): + def do_get(self, _id): """ get ID Get a paste contents. """ - print args if not _id: print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('get', short=True) return 2