[tuxdroid-svn] r4931 - software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugi
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-29 09:09:54
|
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):
|