diff options
Diffstat (limited to 'Lib/xdrlib.py')
-rw-r--r-- | Lib/xdrlib.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/xdrlib.py b/Lib/xdrlib.py index 621f295..5d012e9 100644 --- a/Lib/xdrlib.py +++ b/Lib/xdrlib.py @@ -6,6 +6,8 @@ See: RFC 1014 import struct +__all__ = ["Error", "Packer", "Unpacker", "ConversionError"] + # exceptions class Error: """Exception class for this module. Use: |