summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-05-20 14:08:03 +1000
committerAngus Salkeld <asalkeld@redhat.com>2013-05-20 14:08:03 +1000
commit2a08054f8ce5b1ed00085a269cd1a62a8a7164b7 (patch)
tree0b1f52036c7958ea91191898beb421bb6a871d20 /heatclient/shell.py
parentb343c1c22d1caa426d0afac1255ca92dcc72fa4b (diff)
downloadpython-heatclient-2a08054f8ce5b1ed00085a269cd1a62a8a7164b7.tar.gz
Fix some "H" pep errors
And be more specific about which ones we ignore. Change-Id: I69fd6897957e3dcb5939cf48651a0f1b41b711dd
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 3e6c72e..9c4ca64 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -21,9 +21,9 @@ import sys
from keystoneclient.v2_0 import client as ksclient
-from heatclient import exc
from heatclient import client as heatclient
from heatclient.common import utils
+from heatclient import exc
logger = logging.getLogger(__name__)