diff options
Diffstat (limited to 'Lib/mailbox.py')
-rw-r--r-- | Lib/mailbox.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/mailbox.py b/Lib/mailbox.py index dde597c..8a25a19 100644 --- a/Lib/mailbox.py +++ b/Lib/mailbox.py @@ -6,7 +6,6 @@ # or returning from a flush() method. See functions _sync_flush() and # _sync_close(). -import sys import os import time import calendar |