view commitwatcher/event.py @ 33:9a76064ea527

stub
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 13 Oct 2013 19:08:46 -0700
parents
children 463dc92867df
line wrap: on
line source

"""
event system for watching commits
"""

class EventHandler(object):
    """ABC for events"""

class PathEventHandler(EventHandler):
    """events based on paths"""