Mercurial > hg > autobot
changeset 52:1bd23c43a133
correct misspelling
| author | Jeff Hammel <jhammel@mozilla.com> | 
|---|---|
| date | Mon, 10 Jan 2011 12:30:29 -0800 | 
| parents | de3d2320df90 | 
| children | b145611fcbc1 | 
| files | autobot/projects/logparser/__init__.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- 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/
