Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed python3 bug. #170

Merged
merged 1 commit into from
Sep 16, 2016
Merged

Conversation

jacobwilliams
Copy link
Member

Fixed the following bug when using Python 3:

  File "/anaconda/lib/python3.4/site-packages/ford/sourceform.py", line 832, in correlate
    self.pub_procs.update([(name, proc) for name, proc in procs.iteritems() if name in self.public_list])
AttributeError: 'dict' object has no attribute 'iteritems'

My editor also did a lot of whitespace cleanup...I can revert that if you want.

@cmacmackin cmacmackin merged commit df59066 into Fortran-FOSS-Programmers:master Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants