Skip to content

Commit

Permalink
keep __iter__ on reactions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
the-code-magician committed Sep 29, 2015
1 parent 0eb46f3 commit 3d62607
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -576,7 +576,7 @@ def __len__(self):

# TODO: Make an iterator that returns designs from the different enforced levels
def __iter__(self):
pass
return iter(self.reactions)

def __eq__(self, other):
return isinstance(other, self.__class__) and \
Expand Down

0 comments on commit 3d62607

Please sign in to comment.