analogue / iotop

Fork of git://repo.or.cz/iotop.git
GNU General Public License v2.0
38 stars 18 forks source link

make setup.py compatible with py3 #1

Closed jlec closed 11 years ago

jlec commented 11 years ago

Dictionaries in python 3 do not contain the itervalues() method anymore. The values() method should be used and can also safely applied for python 2.

The repo is ahead the github repo by the commits from git://repo.or.cz/iotop.git