# HG changeset patch # User Jeff Hammel # Date 1294691429 28800 # Node ID 1bd23c43a133bcaa84258b65d484c0731404ed23 # Parent de3d2320df90b04eb3acb7d7150fc778a1b4c771 correct misspelling diff -r de3d2320df90 -r 1bd23c43a133 autobot/projects/logparser/__init__.py --- a/autobot/projects/logparser/__init__.py Mon Jan 10 12:30:00 2011 -0800 +++ b/autobot/projects/logparser/__init__.py Mon Jan 10 12:30:29 2011 -0800 @@ -2,7 +2,7 @@ from buildbot.steps.shell import ShellCommand from buildbot.steps.shell import WithProperties -class TestLogParserFactory(VirtualenvFactory): +class TestLogParserFactory(PythonSourceFactory): """ factory to test the Mozilla log parser: http://hg.mozilla.org/automation/logparser/