37
37
globals()[attr] += object_names
38
38
globals().update((sym, getattr(module, sym)) for sym in object_names)
40
from kupfer.plugin.core import contents, selection, text, internal
40
from kupfer.plugin.core import contents, selection, text, internal, commands
42
42
register_subplugin(contents)
43
43
register_subplugin(selection)
45
45
register_subplugin(internal)
48
49
from kupfer.plugin.core import debug