Skip to content
Permalink
Browse files
don't try to reload plugins, it has just a little meaning and might d…
…o some problems for plugins. Moreover it was producing output to console.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8509 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 23, 2008
1 parent 59f6abb commit 361109b
Showing 1 changed file with 0 additions and 1 deletion.
@@ -440,7 +440,6 @@ bool QgsPythonUtils::loadPlugin(QString packageName)
runString(
"try:\n"
" import " + packageName + "\n"
" reload(" + packageName + ")\n"
" __main__.__plugin_result = 'OK'\n"
"except:\n"
" __main__.__plugin_result = 'ERROR'\n");

0 comments on commit 361109b

Please sign in to comment.