Skip to content

Commit

Permalink
Fixing things.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 4, 2015
1 parent d9d87ce commit 5f1be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytool/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def __getattr__(self, name):
return new_space

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

def __contains__(self, name):
names = name.split('.')
Expand Down

0 comments on commit 5f1be33

Please sign in to comment.