diff options
author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-09-21 02:44:37 -0400 |
---|---|---|
committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-09-21 02:44:37 -0400 |
commit | 394d202a6aca41a5f90436d9c6a5728bf8ce5af8 (patch) | |
tree | 3ec82f89cb164be1afbbaa42bbd2c4cd3b5c9af8 /keystoneclient/httpclient.py | |
parent | 026b6201bf0594b348e6cf30a3ff26bdb688d5f6 (diff) | |
download | python-keystoneclient-394d202a6aca41a5f90436d9c6a5728bf8ce5af8.tar.gz |
Update hacking to 0.9.x
Address some issues that came up because of hacking upgrade.
But ignoring H904 since the slashes are valid, as they are in
comments, not code.
Change-Id: Ie8a94fc71632e4130c2ec663a5c6d3f2042f8263
Closes-Bug: #1328469
Diffstat (limited to 'keystoneclient/httpclient.py')
-rw-r--r-- | keystoneclient/httpclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py index 7c1af06..ce49dc4 100644 --- a/keystoneclient/httpclient.py +++ b/keystoneclient/httpclient.py @@ -20,8 +20,8 @@ OpenStack Client interface. Handles the REST calls and responses. """ import logging -import pkg_resources +import pkg_resources import requests from six.moves.urllib import parse as urlparse |