mirror of https://github.com/python/cpython
Add SeaMonkey to the list of Mozilla browsers.
This commit is contained in:
parent
9dea97a224
commit
314acacb52
|
@ -447,7 +447,7 @@ def register_X_browsers():
|
|||
# First, the Mozilla/Netscape browsers
|
||||
for browser in ("mozilla-firefox", "firefox",
|
||||
"mozilla-firebird", "firebird",
|
||||
"mozilla", "netscape"):
|
||||
"seamonkey", "mozilla", "netscape"):
|
||||
if _iscommand(browser):
|
||||
register(browser, None, Mozilla(browser))
|
||||
|
||||
|
|
Loading…
Reference in New Issue