pkgsummary.py: Port to Python 3 and minor cleanup
* Use dict.items() since .iteritems() is gone in Python 3 * Remove redundant parenthesis * Use "foo not in bar"
Loading
Please register or sign in to comment
* Use dict.items() since .iteritems() is gone in Python 3 * Remove redundant parenthesis * Use "foo not in bar"