Radoslaw Smigielski 36e293b5d5 Fixing PEP8 E712 and E265
1. PEP8 E712, removed singleton comparison using '==' operator:
   E712 comparison to True should be 'if cond is True:'or 'if cond:'
   Two places.
2. Fix PEP8 E265 block comment syntax.
   E265 block comment should start with '# '
3. No more E712 so removed it from tox.ini ignored list.

Change-Id: I778aa5c4e1458cccb7a34d087b3b59eceadd45d0
2015-02-06 15:39:45 +01:00
..
2015-02-06 15:39:45 +01:00