changeset 10:9bda5ada5dca

start on a dict of projects
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 11:28:19 -0800
parents c06441767a2a
children fe1dc9e43d09
files autobot/projects/__init__.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/__init__.py	Fri Jan 07 11:15:47 2011 -0800
+++ b/autobot/projects/__init__.py	Fri Jan 07 11:28:19 2011 -0800
@@ -0,0 +1,4 @@
+from logparser import TestLogParserFactory
+# TODO: import these automagically
+
+factories = {'logparser': TestLogParserFactory}