Author: duncan
Date: Sat Oct 13 10:54:41 2007
New Revision: 9958

Log:
The doc strings must be " for the plugins helper to show the description


Modified:
   branches/rel-1/freevo/src/plugins/oneclick.py

Modified: branches/rel-1/freevo/src/plugins/oneclick.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/oneclick.py       (original)
+++ branches/rel-1/freevo/src/plugins/oneclick.py       Sat Oct 13 10:54:41 2007
@@ -195,7 +195,7 @@
 
 
 class PluginInterface(plugin.MainMenuPlugin):
-    '''
+    """
     A plugin to obtain more detailed weather forecast information
 
     To activate, put the following lines in local_conf.py:
@@ -212,7 +212,8 @@
     [metric] (1 == convert to SI Units; 0 == do not convert)
     [mapuri] is the map's url, doesn't parse the page for a map url
     [location name] is a custom name you wish to use for this location
-    '''
+    """
+
     def __init__(self):
         '''
         '''

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to