| Index: utils.py |
| diff --git a/utils.py b/utils.py |
| index 07328b7b532f385c56b25c9f6cbb49fe3ccc97af..2bc4861e8d5a90c77a7c593e049dd5c8b3d2a229 100644 |
| --- a/utils.py |
| +++ b/utils.py |
| @@ -12,9 +12,9 @@ import sys |
| import urllib |
| import zipfile |
| -JSSHELL_DIR = "mozilla-esr31" |
| +JSSHELL_DIR = "mozilla-esr45" |
| JSSHELL_URL = ("https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly" |
| - "/2015/02/2015-02-25-00-22-19-%s/jsshell-%%s.zip" % JSSHELL_DIR) |
| + "/2016/05/2016-05-29-00-15-03-%s/jsshell-%%s.zip" % JSSHELL_DIR) |
|
Sebastian Noack
2016/08/24 11:27:55
Nit: While changing this line mind using str.forma
kzar
2016/09/13 13:35:20
Seems this was already done for me, fixed since I
|
| JSSHELL_SUPPORTED_PLATFORMS = { |
| "win32": "win32", |