Mercurial > hg > CommitWatcher
changeset 3:134cdb6a882c
commitwatcher/__init__.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 26 Sep 2013 22:19:07 -0700 |
parents | 4cb3971d9d9d |
children | 2bc7eee11207 |
files | commitwatcher/__init__.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/commitwatcher/__init__.py Thu Sep 26 21:35:29 2013 -0700 +++ b/commitwatcher/__init__.py Thu Sep 26 22:19:07 2013 -0700 @@ -1,4 +1,5 @@ # -from main import * -from agent import * -from commit import Commit +from .main import * +from .agent import * +from .commit import Commit +from .store import *