changeset 196:4e5e38de6b1e

beh, missed one
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 02 Feb 2011 14:44:34 -0800
parents 524b8b215a01
children 854ac4008ac8
files autobot/projects/mozmill/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py	Wed Feb 02 14:40:51 2011 -0800
+++ b/autobot/projects/mozmill/__init__.py	Wed Feb 02 14:44:34 2011 -0800
@@ -16,7 +16,7 @@
                tests='http://hg.mozilla.org/qa/mozmill-tests'):
 
     # setup the environment
-    VirtualenvFactory.__init__(self, name='mozmill', platform=platform, git=git)
+    VirtualenvFactory.__init__(self, name='mozmill', git=git)
                                
     # currently, mozmill-tests are dealt with separately here
     # this is to avoid having mozmill depend on them or their changes