--addons-path not required anymore

This commit is contained in:
Fabien Meghazi 2014-05-21 13:24:39 +02:00
parent 7adfaf786d
commit eb7f96efbb
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ def add_addons_argument(parser):
Add a common --addons argument to a parser.
"""
parser.add_argument('--addons', metavar='ADDONS',
**required_or_default('ADDONS',
'colon-separated list of paths to addons'))
help='colon-separated list of paths to addons')
def set_addons(args):
"""
Turn args.addons into a list instead of a column-separated strings.