Mercurial > hg > autobot
changeset 233:82631d1ba49e
this is what i actually meant
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 21 Dec 2011 16:30:10 -0800 |
parents | ec60fe53c36c |
children | 44ca3474d03d |
files | autobot/template/master/master.cfg |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template/master/master.cfg Wed Dec 21 16:29:36 2011 -0800 +++ b/autobot/template/master/master.cfg Wed Dec 21 16:30:10 2011 -0800 @@ -63,7 +63,7 @@ from buildbot.changes.pb import PBChangeSource c['change_source'] = [PBChangeSource()] -from autobot.changes.gitpoller import GitPoller +from autobot.changes.poller import GitPoller from autobot.changes.poller import HgPoller pollInterval = int(config.master.get('pollInterval', 60))