I\'m writing an application. No fancy GUI:s or anything, just a plain old console application. This application, lets call it App, needs to be able to load plugins on startu
Could you use execfile() instead of import with a specified namespace dict, then iterate over that namespace with issubclass, etc?