summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-15 23:07:59 +0800
committerricolin <rico.l@inwinstack.com>2015-11-23 23:45:04 +0800
commit6f1542c2ca9a477d836039ec82ff6d2890eb71cd (patch)
tree3414c40fc6757c7d609dcfb62daf335781731b30 /heatclient/exc.py
parent9e7a04110a7c4d7ba85589f986222aa4976f7b39 (diff)
downloadpython-heatclient-6f1542c2ca9a477d836039ec82ff6d2890eb71cd.tar.gz
Enable pep8 E265 test
Enable E265 block comment should start with '# ' Change-Id: I78813e73f8dd800bc58a1d69eedc2c066ccb8c28
Diffstat (limited to 'heatclient/exc.py')
-rw-r--r--heatclient/exc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index 4f8a062..b764942 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -167,7 +167,7 @@ class HTTPServiceUnavailable(ServiceUnavailable):
pass
-#NOTE(bcwaldon): Build a mapping of HTTP codes to corresponding exception
+# NOTE(bcwaldon): Build a mapping of HTTP codes to corresponding exception
# classes
_code_map = {}
for obj_name in dir(sys.modules[__name__]):