 Issue 29979570:
  Issue 7205 - Change classes that use ALL_CAPS naming to be CamelCase  (Closed) 
  Base URL: https://hg.adblockplus.org/python-abp/
    
  
    Issue 29979570:
  Issue 7205 - Change classes that use ALL_CAPS naming to be CamelCase  (Closed) 
  Base URL: https://hg.adblockplus.org/python-abp/| Index: tox.ini | 
| =================================================================== | 
| --- a/tox.ini | 
| +++ b/tox.ini | 
| @@ -2,7 +2,7 @@ | 
| envlist = py27,py35,py36,pypy,flake8 | 
| [flake8] | 
| -ignore = D107, N801, W503 | 
| +ignore = D107, W503 | 
| [testenv] | 
| deps = |