mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Cleanup even more dead code
This commit is contained in:
parent
c4e98a6a9b
commit
e6a951b83e
1 changed files with 0 additions and 7 deletions
|
@ -1682,10 +1682,3 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
# workaround circular import.
|
||||
try:
|
||||
from ElementC14N import _serialize_c14n
|
||||
_serialize["c14n"] = _serialize_c14n
|
||||
except ImportError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue