summaryrefslogtreecommitdiff
path: root/cinderclient/exceptions.py
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-09 11:18:02 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-09 13:29:23 +0200
commit7359c976d1692c63118fd8b67ff215c9498725e7 (patch)
tree72baba6a51c54758661fb00678bd28813eb5ed71 /cinderclient/exceptions.py
parent93557c1929f9cdbd229fc3f11236c694e8abdee3 (diff)
downloadpython-cinderclient-7359c976d1692c63118fd8b67ff215c9498725e7.tar.gz
Start Gating on Pyflakes and Hacking
Instead of globally ignoring Pyflakes and Hacking warnings, only blacklist those that occur frequently and fix the others. Start gating on those checks. Change-Id: Ice032c16d445ef08ef018bcdc5c221ab3c323755
Diffstat (limited to 'cinderclient/exceptions.py')
-rw-r--r--cinderclient/exceptions.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cinderclient/exceptions.py b/cinderclient/exceptions.py
index d7be180..d381246 100644
--- a/cinderclient/exceptions.py
+++ b/cinderclient/exceptions.py
@@ -6,7 +6,8 @@ Exception definitions.
class UnsupportedVersion(Exception):
"""Indicates that the user is trying to use an unsupported
- version of the API"""
+ version of the API.
+ """
pass
@@ -24,7 +25,8 @@ class NoUniqueMatch(Exception):
class NoTokenLookupException(Exception):
"""This form of authentication does not support looking up
- endpoints from an existing token."""
+ endpoints from an existing token.
+ """
pass