summaryrefslogtreecommitdiff
path: root/novaclient/exceptions.py
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar2@globallogic.com>2013-12-12 03:55:50 +0000
committerGerrit Code Review <review@openstack.org>2013-12-14 15:16:20 +0000
commit953734d72752aaabe2f0c5f0526cf25a64b3a8b8 (patch)
treedbf42b1928fa78241e30956fa48d7deec2cb985e /novaclient/exceptions.py
parent3ecaeb416ed77de4033bf6839208788b9d5f066e (diff)
downloadpython-novaclient-953734d72752aaabe2f0c5f0526cf25a64b3a8b8.tar.gz
Enables H403 pep8 rules
Updates tox.ini to reduce ignored rules. Updates code for H403 violation. Change-Id: Iee7b34a27c62ce8cb0f26166b3c16e3386e2fecd
Diffstat (limited to 'novaclient/exceptions.py')
-rw-r--r--novaclient/exceptions.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/novaclient/exceptions.py b/novaclient/exceptions.py
index 6ff93d72..73049cda 100644
--- a/novaclient/exceptions.py
+++ b/novaclient/exceptions.py
@@ -19,7 +19,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
@@ -46,7 +47,8 @@ class AuthSystemNotFound(Exception):
class NoTokenLookupException(Exception):
"""This form of authentication does not support looking up
- endpoints from an existing token."""
+ endpoints from an existing token.
+ """
pass