summaryrefslogtreecommitdiff
path: root/troveclient/v1/client.py
diff options
context:
space:
mode:
authorDebasish Chowdhury <debasish.chowdhury@globallogic.com>2013-12-05 07:58:52 +0000
committerDebasish Chowdhury <debasish.chowdhury@globallogic.com>2013-12-06 00:34:32 +0530
commite725a9ae3348f195812c149ba6ed9444e4ac3480 (patch)
tree391e147fe9acb026c966aed97f48859874cd592a /troveclient/v1/client.py
parent9c7120959eddcfc4b0ee31558a7af2275cb8d119 (diff)
downloadpython-troveclient-e725a9ae3348f195812c149ba6ed9444e4ac3480.tar.gz
Added a missing import statement
Fix for trove cli failing Change-Id: I9313d9eb271ba0294f8ed5eb104245c2b9f6cf28 Closes-Bug: #1258037
Diffstat (limited to 'troveclient/v1/client.py')
-rw-r--r--troveclient/v1/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/troveclient/v1/client.py b/troveclient/v1/client.py
index 14bb02a..18ddb88 100644
--- a/troveclient/v1/client.py
+++ b/troveclient/v1/client.py
@@ -27,6 +27,7 @@ from troveclient.v1.security_groups import SecurityGroups
from troveclient.v1.security_groups import SecurityGroupRules
from troveclient.v1.datastores import Datastores
from troveclient.v1.datastores import DatastoreVersions
+from troveclient.v1.instances import Instances
class Client(object):