Author: remi
Date: 2009-06-29 11:09:48 +0200 (Mon, 29 Jun 2009)
New Revision: 4931

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginsContainer.py
Log:
* removed a commented line

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginsContainer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginsContainer.py
   2009-06-29 09:07:25 UTC (rev 4930)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginsContainer.py
   2009-06-29 09:09:48 UTC (rev 4931)
@@ -333,7 +333,6 @@
         if pluginXmlDict == None:
             error = "'plugin.xml' XML format error\n" + 
XmlSerializer.getLastTraceback()
             return None, error
-            #return None, "'plugin.xml' XML format error"
         # Check for "help.wiki"
         helpWikiFile = os.path.join(pluginPath, "resources", "help.wiki")
         if not os.path.isfile(helpWikiFile):


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to