diff options
author | Georg Brandl <georg@python.org> | 2006-04-28 16:31:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-04-28 16:31:17 (GMT) |
commit | 314acacb52f690cfe0099a2670e51e7db5139859 (patch) | |
tree | 4c2c5ca07296774d7f9ca901673ac1a647f51392 /Lib/webbrowser.py | |
parent | 9dea97a2243db9e465b884476a81c71ed4dd9df6 (diff) | |
download | cpython-314acacb52f690cfe0099a2670e51e7db5139859.zip cpython-314acacb52f690cfe0099a2670e51e7db5139859.tar.gz cpython-314acacb52f690cfe0099a2670e51e7db5139859.tar.bz2 |
Add SeaMonkey to the list of Mozilla browsers.
Diffstat (limited to 'Lib/webbrowser.py')
-rw-r--r-- | Lib/webbrowser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index ad2c132..4494cbc 100644 --- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -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)) |