X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2F__init__.py;h=d04f3740f3797fae36e731a0d01de3a43d56622f;hp=8e77f2fd90f834c1d49fec30aaf7e471acbd5139;hb=b90995fb4b6d8151df862d40edc8c369d7052cfa;hpb=eee325d14069576c405bc5e12157ff76838cd1ec diff --git a/hooke/plugin/__init__.py b/hooke/plugin/__init__.py index 8e77f2f..d04f374 100644 --- a/hooke/plugin/__init__.py +++ b/hooke/plugin/__init__.py @@ -34,15 +34,14 @@ PLUGIN_MODULES = [ ('convfilt', True), ('cut', True), # ('fclamp', True), -# ('fit', True), # ('flatfilts-rolf', True), ('flatfilt', True), # ('jumpstat', True), -# ('macro', True), # ('massanalysis', True), # ('multidistance', True), # ('multifit', True), # ('pcluster', True), + ('polymer_fit', True), # ('procplots', True), # ('review', True), # ('showconvoluted', True), @@ -56,9 +55,11 @@ default. TODO: autodiscovery """ BUILTIN_MODULES = [ + 'command_stack', 'config', 'curve', 'debug', + 'engine', 'license', 'note', 'playlist', @@ -186,9 +187,5 @@ def load_graph(graph, config, include_section): % (item.name, dependency.data.name)) enabled[item.name] = False continue - try: - item.config = dict(config.items(item.setting_section)) - except configparser.NoSectionError: - pass items.append(item) return items