Skip to content

Instantly share code, notes, and snippets.

@jfryman
Created December 29, 2014 19:24
Show Gist options
  • Save jfryman/4ca4f53d7d79dcad3ffa to your computer and use it in GitHub Desktop.
Save jfryman/4ca4f53d7d79dcad3ffa to your computer and use it in GitHub Desktop.
class LibratoBaseAction(Action):
def __init__(self, config):
super(LibratoBaseAction, self).__init__(config)
self.librato = self._get_client()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment