Skip to content

Instantly share code, notes, and snippets.

@adiroiban
Created June 11, 2014 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adiroiban/cd1dc0ca199dc378ec16 to your computer and use it in GitHub Desktop.
Save adiroiban/cd1dc0ca199dc378ec16 to your computer and use it in GitHub Desktop.
def __init__()
self._login_recorder = LoginRecorder()
def handleEventAction(self, event):
"""
Perform associate actions for `event`.
"""
if self.configuration.server.reporter:
self._login_recorder.eventReceived(event)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment