Skip to content

Commit

Permalink
Adding in dummy __init_plugin__ function to motifs generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett T. Hannigan committed May 27, 2014
1 parent cec0be6 commit 5628cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions motifs/make_word_dicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''

################################################################################
Expand Down

0 comments on commit 5628cca

Please sign in to comment.