Files
slixmpp/.gitignore
Brian Beggs c0457cf5d0 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.
2010-06-02 08:28:49 -04:00

7 lines
52 B
Plaintext

*.pyc
.project
build/
*.swp
.pydevproject
.settings