This commit is contained in:
Kovid Goyal 2017-05-04 16:52:55 +05:30
parent 8c65ce8726
commit 215a446575
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -276,6 +276,9 @@ program will be used.
return parser
option_parser = create_option_parser
def main(args=sys.argv):
opts, args=create_option_parser().parse_args(args)
if opts.manage_users: