Skip to content

Commit

Permalink
Fem: Elmer: rename function iterkeys -> keys
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo authored and yorikvanhavre committed Dec 8, 2018
1 parent 1476caf commit 3059646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/elmer/sifio.py
Expand Up @@ -262,7 +262,7 @@ def __delitem__(self, key):
def __iter__(self):
return self._attrs.items()

def iterkeys(self):
def keys(self):
return self._attrs.keys()

def __contains__(self, item):
Expand Down

0 comments on commit 3059646

Please sign in to comment.