diff options
author | Flaper Fesp <flaper87@gmail.com> | 2013-01-21 10:20:06 +0100 |
---|---|---|
committer | Flaper Fesp <flaper87@gmail.com> | 2013-02-05 10:13:56 +0100 |
commit | 4ac431a9a2b6379f9ab663f8a330e2d898e9b077 (patch) | |
tree | 5f2514e17194137054acd12c474bb1cdab41ece2 /tools | |
parent | b5f222b5d6794e78806e9909d33172d464240df9 (diff) | |
download | python-swiftclient-4ac431a9a2b6379f9ab663f8a330e2d898e9b077.tar.gz |
Print useful message when keystoneclient is not installed
client.py now prints a useful message when trying to use Auth version
2.0 and keystoneclient is not installed.
Fixes bug 1102322
Change-Id: I6ed83610fd6e8c79c2dc5cf05db377a843cab1d5
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 322630e..60540ac 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1 +1 @@ -simplejson +simplejson
\ No newline at end of file |