Skip to content
Snippets Groups Projects
Commit 3b80b108 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

python 3 compatibility: dict usage

Remove usage of .keys(), .has_key(), and .iteritems(), and
account for the fact that .values() produces an iterator in Python 3.
parent 85352460
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment