Oops, this should never have been committed
This commit is contained in:
parent
dd6864c2c4
commit
2977c879e7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue