changeset 94:e806a9c1dc4f

set the firefox_url to None until we have something to do with it
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Jan 2011 14:20:44 -0800
parents 91f2db6e0291
children 4ed9a96dbb82
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 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',