Author: andar
Revision: 5673
Log:
Fix docstring
Diff:
Modified: trunk/deluge/ui/console/commands/plugin.py
===================================================================
--- trunk/deluge/ui/console/commands/plugin.py 2009-08-17 20:09:22 UTC (rev
5672)
+++ trunk/deluge/ui/console/commands/plugin.py 2009-08-17 20:20:45 UTC (rev
5673)
@@ -40,9 +40,7 @@
import deluge.component as component
class Command(BaseCommand):
- """
- Manage plugins with this command.
- """
+ """Manage plugins with this command"""
option_list = BaseCommand.option_list + (
make_option('-l', '--list', action='store_true', default=False,
dest='list',
help='lists available plugins'),
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---