mirror of https://github.com/python/cpython
Forgot to import time.
This commit is contained in:
parent
3b0c82a2f1
commit
9aa6435398
|
@ -4,6 +4,7 @@
|
|||
"""Miscellaneous utilities.
|
||||
"""
|
||||
|
||||
import time
|
||||
import re
|
||||
|
||||
from rfc822 import unquote, quote, parseaddr
|
||||
|
|
Loading…
Reference in New Issue