# HG changeset patch # User Jeff Hammel # Date 1296686674 28800 # Node ID 4e5e38de6b1e566f4ecba8178c3bfe86c79c3edc # Parent 524b8b215a019397b214671b90be9f9adab02bb0 beh, missed one diff -r 524b8b215a01 -r 4e5e38de6b1e autobot/projects/mozmill/__init__.py --- 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