Created
November 11, 2013 21:36
-
-
Save rmyers/7420845 to your computer and use it in GitHub Desktop.
horizon api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
from troveclient import auth | |
from troveclient import client | |
with_trove = True | |
except ImportError: | |
try: | |
from troveclient.compat import auth | |
from troveclient.compat import client | |
with_trove = True | |
except ImportError: | |
with_trove = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment