Skip to content

Commit

Permalink
Added a missing import statement
Browse files Browse the repository at this point in the history
Fix for trove cli failing

Change-Id: I9313d9eb271ba0294f8ed5eb104245c2b9f6cf28
Closes-Bug: #1258037
  • Loading branch information
debasishchow committed Dec 5, 2013
1 parent 9c71209 commit e725a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troveclient/v1/client.py
Expand Up @@ -27,6 +27,7 @@
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):
Expand Down

0 comments on commit e725a9a

Please sign in to comment.