summaryrefslogtreecommitdiff
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-28 16:31:17 +0000
committerGeorg Brandl <georg@python.org>2006-04-28 16:31:17 +0000
commit1213eb1216e8450582e177859025489b851340f5 (patch)
treea594aaf663cea1a827874b5b2fbde13d499c2cab /Lib/webbrowser.py
parentf18cb400edba77bfc839a28999771f9382d40b96 (diff)
downloadcpython-1213eb1216e8450582e177859025489b851340f5.tar.gz
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 ad2c132380..4494cbca13 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))