commit | 0f0546cd379c919af3a9f5ffd39a70e80c698333 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Feb 17 20:42:05 2015 -0800 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Tue Feb 17 20:42:05 2015 -0800 |
tree | 15528b9834f840284a3426d0ad64c7ab081f7a57 | |
parent | ec9048ce5abbc4156462c0c1150cf4d91abe3cb6 [diff] [blame] |
code review
diff --git a/web_app/keystone.py b/web_app/keystone.py index 0d2c5f3..38f49e0 100644 --- a/web_app/keystone.py +++ b/web_app/keystone.py
@@ -4,6 +4,7 @@ from keystoneclient.v2_0 import Client as keystoneclient from keystoneclient import exceptions + class Urllib2HTTP(object): """ class for making HTTP requests