# HG changeset patch # User Jeff Hammel # Date 1294870844 28800 # Node ID e806a9c1dc4f3ac1748fd34cec54fe8cb9f40b29 # Parent 91f2db6e0291bd8d37a93bc96e57ad5e137975d5 set the firefox_url to None until we have something to do with it diff -r 91f2db6e0291 -r e806a9c1dc4f autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Wed Jan 12 14:19:46 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Wed Jan 12 14:20:44 2011 -0800 @@ -5,7 +5,7 @@ factory to test Mozmill http://github.com/mozautomation/mozmill """ - def __init__(self, firefox_url): + def __init__(self, firefox_url=None): # setup the environment VirtualenvFactory.__init__(self, name='mozmill',