mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Forgot to import time.
This commit is contained in:
parent
3b0c82a2f1
commit
9aa6435398
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"""Miscellaneous utilities.
|
||||
"""
|
||||
|
||||
import time
|
||||
import re
|
||||
|
||||
from rfc822 import unquote, quote, parseaddr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue