Let's be honest about what we accept.

This commit is contained in:
Jeremy Fincher 2005-02-10 07:35:49 +00:00
parent fdbecfd1d4
commit 32dce478c5
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ def main():
output("""What plugins would you like to add? If you've changed your
mind and would rather not add plugins in bulk like this, just press
enter and we'll move on to the individual plugin configuration.""")
massPlugins = anything('Separate plugin names by spaces:')
massPlugins = anything('Separate plugin names by spaces or commas:')
for name in re.split(r',?\s+', massPlugins):
module = loadPlugin(name)
if module is not None: