This class searches through a comma-separated list of plugins and imports all classes found, based on their path and a fixed prefix. More...
Public Member Functions | |
| def | __init__ (self) |
| Gathers all the plugins from config.PLUGINS Determines their namespaces and maintains a dictionary of modules to filepaths Then imports all modules found. | |
| def | walkzip (self, path) |
| Walks a path independent of whether it includes a zipfile or not. | |
| def | run_imports (self) |
| Imports all the already found modules. | |
Public Attributes | |
| modnames | |
This class searches through a comma-separated list of plugins and imports all classes found, based on their path and a fixed prefix.