final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
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