mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Remove unused import; reported by Neal Norwitz.
This commit is contained in:
parent
d10ed8b179
commit
2a2d970ef9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Exported functions:
|
||||||
name (None if not present).
|
name (None if not present).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re, string, sys, time, operator
|
import re, string, time, operator
|
||||||
|
|
||||||
from types import *
|
from types import *
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue