tranquilit / WAPT-archives

Archives of WAPT repository for reference
Other
30 stars 5 forks source link

Code Hygiene: remove deprecated code #6

Closed hashar closed 10 years ago

hashar commented 10 years ago

pep8 reports two deprecated python constructs:

W601 .has_key() is deprecated, use 'in'
W603 '<>' is deprecated, use '!='

The .has_key() changes probably need to be carefully reviewed.