diff options
| author | Adam Young <ayoung@redhat.com> | 2012-12-19 16:24:32 -0500 |
|---|---|---|
| committer | Adam Young <ayoung@redhat.com> | 2012-12-19 16:24:32 -0500 |
| commit | a4aa5272e513f3da7c7cf68ed09959fc91007294 (patch) | |
| tree | 3e897f57b1cc5be5aa342763bb1578bf4cd3cda8 | |
| parent | 62be31419f3a8765407ad583110fc7d36fb64dcf (diff) | |
| download | python-keystoneclient-a4aa5272e513f3da7c7cf68ed09959fc91007294.tar.gz | |
remove unused import
Change-Id: I71d3da8b3fcaaf9a521c5570afe92e508bf181b7
| -rw-r--r-- | keystoneclient/middleware/auth_token.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keystoneclient/middleware/auth_token.py b/keystoneclient/middleware/auth_token.py index 6eb02fa..dcfba1f 100644 --- a/keystoneclient/middleware/auth_token.py +++ b/keystoneclient/middleware/auth_token.py @@ -110,7 +110,6 @@ import os import stat import time import urllib -import webob import webob.exc from keystoneclient.openstack.common import jsonutils |
