Skip to content

Commit

Permalink
I starting to hate this compatibility thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
the-code-magician committed Apr 21, 2015
1 parent 53d9801 commit b01f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cameo/core/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def plot(self):
pass

def iteritems(self):
return six.iteritems(self.fluxes.iteritems())
return six.iteritems(self.fluxes)

def keys(self):
return self.fluxes.keys()
Expand Down

0 comments on commit b01f186

Please sign in to comment.