diff options
Diffstat (limited to 'Lib/quopri.py')
-rwxr-xr-x | Lib/quopri.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/quopri.py b/Lib/quopri.py index 5bb11f6..5f5e80c 100755 --- a/Lib/quopri.py +++ b/Lib/quopri.py @@ -4,6 +4,8 @@ # (Dec 1991 version). +__all__ = ["encode","decode"] + ESCAPE = '=' MAXLINESIZE = 76 HEX = '0123456789ABCDEF' |