summaryrefslogtreecommitdiff
path: root/Lib/urllib/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/urllib/error.py')
-rw-r--r--Lib/urllib/error.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/urllib/error.py b/Lib/urllib/error.py
index eb14c1d8b4..b712ebb5cb 100644
--- a/Lib/urllib/error.py
+++ b/Lib/urllib/error.py
@@ -13,6 +13,9 @@ response.
import urllib.response
+__all__ = ['URLError', 'HTTPError', 'ContentTooShortError']
+
+
# do these error classes make sense?
# make sure all of the IOError stuff is overridden. we just want to be
# subtypes.