envisage.import_manager module

The default import manager implementation.

class envisage.import_manager.ImportManager[source]

Bases: HasTraits

The default import manager implementation.

Its just a guess, but I think using an import manager to do all imports will make debugging easier (as opposed to just letting imports happen from all over the place).

import_symbol(symbol_path)[source]

Import the symbol defined by the specified symbol path.