diff options
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index ff16f6a..fae8724 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -4,8 +4,6 @@ """A package for parsing, handling, and generating email messages.""" -__version__ = '5.1.0' - __all__ = [ 'base64mime', 'charset', |