Skip to content

Instantly share code, notes, and snippets.

@adiroiban
Created June 11, 2014 12:02
Show Gist options
  • Select an option

  • Save adiroiban/cd1dc0ca199dc378ec16 to your computer and use it in GitHub Desktop.

Select an option

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