summaryrefslogtreecommitdiff
path: root/troveclient/v1/client.py
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar2@globallogic.com>2013-12-11 10:46:16 +0000
committerSushil Kumar <sushil.kumar2@globallogic.com>2013-12-11 11:20:38 +0000
commite728b04379a536c819c4836833970705d51c77bc (patch)
treef641b2a7b90bbe2c7db3400fd9c965479a0bbe9e /troveclient/v1/client.py
parent69c865695f388141bcbf645e57771bcb3fcdb491 (diff)
downloadpython-troveclient-e728b04379a536c819c4836833970705d51c77bc.tar.gz
Changes trove_client.client.HTTPClient to
trove_client.HTTPClient Reasons: - trove shell is not working. - troveclient.client is now imported as trove_client but while calling the method it has been called as trove_client.client Changes: - Changes trove_client.client.HTTPClient to trove_client.HTTPClient in troveclient/v1/client.py Change-Id: I12b0a0d9792f69ad04a17c36a8de134f233afc85 Closes-Bug: #1259882
Diffstat (limited to 'troveclient/v1/client.py')
-rw-r--r--troveclient/v1/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/troveclient/v1/client.py b/troveclient/v1/client.py
index c6eb5c7..fb1a12d 100644
--- a/troveclient/v1/client.py
+++ b/troveclient/v1/client.py
@@ -82,7 +82,7 @@ class Client(object):
setattr(self, extension.name,
extension.manager_class(self))
- self.client = trove_client.client.HTTPClient(
+ self.client = trove_client.HTTPClient(
username,
password,
project_id,