Skip to content

Commit a1b4de6

Browse files
author
wonder
committedMay 23, 2008
don't try to reload plugins, it has just a little meaning and might do some problems for plugins. Moreover it was producing output to console.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8509 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8bd0f9d commit a1b4de6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/qgspythonutils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ bool QgsPythonUtils::loadPlugin(QString packageName)
440440
runString(
441441
"try:\n"
442442
" import " + packageName + "\n"
443-
" reload(" + packageName + ")\n"
444443
" __main__.__plugin_result = 'OK'\n"
445444
"except:\n"
446445
" __main__.__plugin_result = 'ERROR'\n");

0 commit comments

Comments
 (0)
Please sign in to comment.