Merge "Removed a comment from tox.ini that no longer applied."

This commit is contained in:
Jenkins 2013-07-23 09:15:49 +00:00 committed by Gerrit Code Review
commit 2ffc6b15b1
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,p
# E126 continuation line over-indented for hanging indent
# E127 continuation line over-indented for visual indent
# E128 continuation line under-indented for visual indent
# F401 '<smth>' imported but unused
# F403 'from <smth> import *' used; unable to detect undefined names
# F999 syntax error in doctest
# H201 no 'except:' at least use 'except Exception:'