Forgot to import time.

This commit is contained in:
Barry Warsaw 2001-11-09 17:45:48 +00:00
parent 3b0c82a2f1
commit 9aa6435398
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"""Miscellaneous utilities.
"""
import time
import re
from rfc822 import unquote, quote, parseaddr