Oops, this should never have been committed

This commit is contained in:
Laurent Bachelier 2011-05-05 00:33:53 +02:00
commit 2977c879e7

View file

@ -44,13 +44,12 @@ class Pastoob(ReplApplication):
self.load_config() self.load_config()
return ReplApplication.main(self, argv) return ReplApplication.main(self, argv)
def do_get(self, _id, *args): def do_get(self, _id):
""" """
get ID get ID
Get a paste contents. Get a paste contents.
""" """
print args
if not _id: if not _id:
print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('get', short=True) print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('get', short=True)
return 2 return 2