changeset 130:7d0a4c2cd171

call the superclass __init__
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 23 Jan 2011 10:57:43 -0800
parents a622d6b4db4a
children a14d466c843b
files autobot/projects/profilemanager/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/profilemanager/__init__.py	Sun Jan 23 10:54:14 2011 -0800
+++ b/autobot/projects/profilemanager/__init__.py	Sun Jan 23 10:57:43 2011 -0800
@@ -10,6 +10,8 @@
 
     def __init__(self):
 
+        BuildFactory.__init__(self)
+
         # install m-c + profilemanager
         self.addStep(ShellCommand(command=['wget', 'http://hg.mozilla.org/automation/profilemanager/raw-file/tip/INSTALL.py']))
         self.addStep(ShellCommand(command=['python', 'INSTALL.py']))