From 5628cca4dc4fdd716a93fde50b31f30f0bf19ce7 Mon Sep 17 00:00:00 2001 From: "Brett T. Hannigan" Date: Tue, 27 May 2014 09:50:51 -0700 Subject: [PATCH] Adding in dummy __init_plugin__ function to motifs generator. --- motifs/make_word_dicts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motifs/make_word_dicts.py b/motifs/make_word_dicts.py index 772aedc..bd05d4f 100644 --- a/motifs/make_word_dicts.py +++ b/motifs/make_word_dicts.py @@ -43,6 +43,9 @@ def find_suns_atom(obj, selectedAtom): selectionStatement = get_selection_statement(selectedAtom, key, atom_key[1]) return (key, selectionStatement) + +def __init_plugin__(self): + pass ''' ################################################################################