# HG changeset patch # User Jeff Hammel # Date 1295980249 28800 # Node ID 3647473b1de7e9406f5c59bd07068ee5dd5ff83c # Parent 8536e2005ba70c00257a14a17ba2f6e38a66b927 no need to clone twice diff -r 8536e2005ba7 -r 3647473b1de7 autobot/projects/manifestdestiny/__init__.py --- a/autobot/projects/manifestdestiny/__init__.py Tue Jan 25 10:28:40 2011 -0800 +++ b/autobot/projects/manifestdestiny/__init__.py Tue Jan 25 10:30:49 2011 -0800 @@ -12,9 +12,7 @@ 'git': []} def __init__(self): - SourceFactory.__init__(self) - - self.checkout() + PythonSourceFactory.__init__(self, name='manifestdestiny') # run the tests self.addStep(ShellCommand(command=[WithProperties('%(python)s'),