summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-28 16:31:17 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-28 16:31:17 (GMT)
commit314acacb52f690cfe0099a2670e51e7db5139859 (patch)
tree4c2c5ca07296774d7f9ca901673ac1a647f51392 /Lib/webbrowser.py
parent9dea97a2243db9e465b884476a81c71ed4dd9df6 (diff)
downloadcpython-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.py2
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))