Created
December 29, 2014 19:24
-
-
Save jfryman/4ca4f53d7d79dcad3ffa to your computer and use it in GitHub Desktop.
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
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