Enable hacking checks

Enabled following hacking checks from tox.ini:
- H233 Python 3.x incompatible use of print operator
- H303 no wildcard import
- H404 multi line docstring should start with a summary

Change-Id: I2553bcd3e80c00acc08d135a1d2dadfb6cda49fe
Partial-Bugs: #1475054
This commit is contained in:
Tin Lam
2016-03-25 03:07:45 -05:00
parent 04e1ea73a5
commit cd5925bc60
8 changed files with 29 additions and 40 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# This is here for compatibility purposes. Once all known OpenStack clients
# are updated to use glanceclient.exc, this file should be removed
from glanceclient.exc import *
from glanceclient.exc import * # noqa