changeset 153:8536e2005ba7

inherit from PythonSourceFactory
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 25 Jan 2011 10:28:40 -0800
parents b1126ab39a4c
children 3647473b1de7
files autobot/projects/manifestdestiny/__init__.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/