PluginManager.import_directory¶
-
PluginManager.
import_directory
(path, module_prefix=None, recursive=False)[source]¶ Import all python source files in a directory.
This function will import all python source files in a directory. For each imported file a module will be returned. The imported modules will have the name “<module_prefix>.<filename>”.