annotate autobot/projects/__init__.py @ 10:9bda5ada5dca

start on a dict of projects
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 11:28:19 -0800
parents 8e14b6322cc7
children 6abe5fb1fafc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
9bda5ada5dca start on a dict of projects
Jeff Hammel <jhammel@mozilla.com>
parents: 0
diff changeset
1 from logparser import TestLogParserFactory
9bda5ada5dca start on a dict of projects
Jeff Hammel <jhammel@mozilla.com>
parents: 0
diff changeset
2 # TODO: import these automagically
9bda5ada5dca start on a dict of projects
Jeff Hammel <jhammel@mozilla.com>
parents: 0
diff changeset
3
9bda5ada5dca start on a dict of projects
Jeff Hammel <jhammel@mozilla.com>
parents: 0
diff changeset
4 factories = {'logparser': TestLogParserFactory}