Skip to content

Instantly share code, notes, and snippets.

@rmyers
Created November 11, 2013 21:36
Show Gist options
  • Save rmyers/7420845 to your computer and use it in GitHub Desktop.
Save rmyers/7420845 to your computer and use it in GitHub Desktop.
horizon api
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