moddified plugin loading so plugins located outside of the plugins directory in sleek may be loaded. Added optional argument pluginModule that is a string that represents the module the desired plugin should be loaded from.

An exception on plugin loading now also will not cause the program to exit.  The exception is caught and loading of other plugins contains.
This commit is contained in:
Brian Beggs
2010-06-02 20:28:49 +08:00
committed by Thom Nichols
parent e1aa4d0b93
commit 184f7cb8a4
2 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
build/
*.swp
.pydevproject
.settings