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 08:28:49 -04:00
parent 59b8406573
commit c0457cf5d0
2 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

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