# HG changeset patch # User Jeff Hammel # Date 1295980120 28800 # Node ID 8536e2005ba70c00257a14a17ba2f6e38a66b927 # Parent b1126ab39a4cbcb161b90a955c5164f441a54519 inherit from PythonSourceFactory diff -r b1126ab39a4c -r 8536e2005ba7 autobot/projects/manifestdestiny/__init__.py --- a/autobot/projects/manifestdestiny/__init__.py Tue Jan 25 10:26:57 2011 -0800 +++ b/autobot/projects/manifestdestiny/__init__.py Tue Jan 25 10:28:40 2011 -0800 @@ -1,8 +1,8 @@ -from autobot.process.factory import SourceFactory +from autobot.process.factory import PythonSourceFactory from buildbot.steps.shell import ShellCommand from buildbot.steps.shell import WithProperties -class TestManifestdestiny(SourceFactory): +class TestManifestdestiny(PythonSourceFactory): """ test Mozilla test manifests http://hg.mozilla.org/automation/ManifestDestiny/