mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
...
This commit is contained in:
parent
8c65ce8726
commit
215a446575
1 changed files with 3 additions and 0 deletions
|
|
@ -276,6 +276,9 @@ def create_option_parser():
|
|||
return parser
|
||||
|
||||
|
||||
option_parser = create_option_parser
|
||||
|
||||
|
||||
def main(args=sys.argv):
|
||||
opts, args=create_option_parser().parse_args(args)
|
||||
if opts.manage_users:
|
||||
|
|
|
|||
Loading…
Reference in a new issue