PluginManager/PluginManager.py

changeset 110
c9a969db1469
parent 45
9a18f4dbb493
child 116
2add429042ef
diff -r 9c72858d4b7a -r c9a969db1469 PluginManager/PluginManager.py
--- a/PluginManager/PluginManager.py	Fri Feb 12 18:48:21 2010 +0000
+++ b/PluginManager/PluginManager.py	Fri Feb 12 19:02:38 2010 +0000
@@ -857,7 +857,7 @@
         """
         Public method to check, if a certain plugin is loaded.
         
-        @param pluginName name of the plugin to check for (string or QString)
+        @param pluginName name of the plugin to check for (string)
         @return flag indicating, if the plugin is loaded (boolean)
         """
         return pluginName in self.__activeModules or \
@@ -869,7 +869,7 @@
         """
         Public method to check, if a certain plugin is active.
         
-        @param pluginName name of the plugin to check for (string or QString)
+        @param pluginName name of the plugin to check for (string)
         @return flag indicating, if the plugin is active (boolean)
         """
         return pluginName in self.__activeModules or \

eric ide

mercurial