# HG changeset patch # User Jeff Hammel # Date 1380259147 25200 # Node ID 134cdb6a882c4ea8bbb3e26a2ffa84e0adf4651f # Parent 4cb3971d9d9d67068e147ecba560567c77a078c9 commitwatcher/__init__.py diff -r 4cb3971d9d9d -r 134cdb6a882c commitwatcher/__init__.py --- 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 *