changeset 33:9a76064ea527

stub
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 13 Oct 2013 19:08:46 -0700
parents 630aaf102ce8
children 463dc92867df
files commitwatcher/event.py
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commitwatcher/event.py	Sun Oct 13 19:08:46 2013 -0700
@@ -0,0 +1,9 @@
+"""
+event system for watching commits
+"""
+
+class EventHandler(object):
+    """ABC for events"""
+
+class PathEventHandler(EventHandler):
+    """events based on paths"""