summaryrefslogtreecommitdiff
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-03-01 04:27:19 +0000
committerSkip Montanaro <skip@pobox.com>2001-03-01 04:27:19 +0000
commit40fc16059f04ee8fda0b5956cc4883eb21ca8f8c (patch)
treeecfe045bbbf07071e1004fa2fac72c6f1c03633f /Lib/webbrowser.py
parent58eadbaf1289f8671e435fb3a00e9e0351abbc16 (diff)
downloadcpython-git-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.gz
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
Diffstat (limited to 'Lib/webbrowser.py')
-rw-r--r--Lib/webbrowser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
index 5008a0b6ae..6a60c24590 100644
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -3,6 +3,8 @@
import os
import sys
+__all__ = ["Error", "open", "get", "register"]
+
class Error(Exception):
pass