Skip to content

Commit

Permalink
Removing Python 3.x issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfournie committed Jul 4, 2013
1 parent e733ea6 commit 29b28e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segeval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@


object_origins = {}
for module, items in all_by_module.iteritems():
for module, items in all_by_module.items():
for item in items:
object_origins[item] = module

Expand Down

0 comments on commit 29b28e0

Please sign in to comment.