changeset 41:ce31890ac3cd

import
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 05 Nov 2013 02:23:11 -0800
parents 97dfcdeb9a4e
children cd590e1722d6
files commitwatcher/__init__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/commitwatcher/__init__.py	Tue Nov 05 02:10:58 2013 -0800
+++ b/commitwatcher/__init__.py	Tue Nov 05 02:23:11 2013 -0800
@@ -2,4 +2,5 @@
 from .main import *
 from .agent import *
 from .commit import Commit
+from .event import *
 from .store import *