summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
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 5008a0b..6a60c24 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