comparison commitwatcher/__init__.py @ 3:134cdb6a882c

commitwatcher/__init__.py
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Sep 2013 22:19:07 -0700
parents 4cb3971d9d9d
children ce31890ac3cd
comparison
equal deleted inserted replaced
2:4cb3971d9d9d 3:134cdb6a882c
1 # 1 #
2 from main import * 2 from .main import *
3 from agent import * 3 from .agent import *
4 from commit import Commit 4 from .commit import Commit
5 from .store import *