mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
030a31efb9
commit
b4487b44d2
@ -98,7 +98,7 @@ class Base(object): # {{{
|
|||||||
print('_'*50)
|
print('_'*50)
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
#}}}
|
# }}}
|
||||||
|
|
||||||
class GoogleCode(Base): # {{{
|
class GoogleCode(Base): # {{{
|
||||||
|
|
||||||
@ -573,7 +573,7 @@ def cli_parser():
|
|||||||
epilog=epilog)
|
epilog=epilog)
|
||||||
cron = subparsers.add_parser('cron', help='Call script from cron')
|
cron = subparsers.add_parser('cron', help='Call script from cron')
|
||||||
subparsers.add_parser('calibre', help='Upload to calibre file servers')
|
subparsers.add_parser('calibre', help='Upload to calibre file servers')
|
||||||
subparsers.add_parser('dbs', help='Upload to downloadbestsoftware.com')
|
subparsers.add_parser('dbs', help='Upload to fosshub.com')
|
||||||
|
|
||||||
a = gc.add_argument
|
a = gc.add_argument
|
||||||
|
|
||||||
@ -644,6 +644,3 @@ def main(args=None):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user