Elrond 04453ccf42 Better Py3 compat: d.has_key(k) -> k in d
py3 does not have dict.has_key any more. You have to use
"key in dict" instead. As that works in python2 as well,
let's use that.

Also some small bits of pep8.
2013-01-30 15:03:04 +01:00
..
2012-02-02 09:44:13 -06:00
2013-01-18 11:40:40 +01:00
2013-01-18 11:40:40 +01:00
2012-12-25 19:54:09 +01:00
2012-12-25 20:06:03 +01:00
2012-12-23 21:45:46 +01:00
2013-01-29 21:45:16 +01:00
2013-01-18 11:40:40 +01:00
2012-12-21 00:30:48 +01:00
2013-01-18 11:40:40 +01:00
2013-01-18 11:40:40 +01:00
2013-01-29 21:13:49 +01:00