changeset 228:d8172a7ba4b2

call the right ctor
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 29 Nov 2011 20:05:54 -0800
parents 90f4028d9455
children 9513d73e0792
files autobot/projects/mozbase/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/mozbase/__init__.py	Tue Nov 29 20:04:05 2011 -0800
+++ b/autobot/projects/mozbase/__init__.py	Tue Nov 29 20:05:54 2011 -0800
@@ -12,7 +12,7 @@
                'hg': []}
 
     def __init__(self, platform=None):
-        SourceFactory.__init__(self)
+        VirtualenvFactory.__init__(self)
 
         # checkout the repositories
         self.checkout()