winfreed.py: fix a couple of pep8 issues
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 31 Mar 2012 11:12:14 +0000 (13:12 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 31 Mar 2012 11:12:14 +0000 (13:12 +0200)
commitf86ff877c705cdc3f45cf0a642d9f72e3afc6f0d
treeb06bdcca2726080163e9daafa51f21e01305284a
parenta038a000a90d424d600b62966c9f89fb08ebe495
winfreed.py: fix a couple of pep8 issues

winfreed.py:74:23: W601 .has_key() is deprecated, use 'in'
winfreed.py:80:19: E222 multiple spaces after operator
winfreed.py