Skip to content

Commit

Permalink
xml.etree.cElementTree was deprecated in Python 3.3 (nodejs#189)
Browse files Browse the repository at this point in the history
https://docs.python.org/3/library/xml.etree.elementtree.html
> _Deprecated since version 3.3_: The `xml.etree.cElementTree` module is deprecated.
  • Loading branch information
cclauss authored Feb 20, 2023
1 parent acfb4e2 commit 2f79158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/gyp/generator/eclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import gyp.common
import gyp.msvs_emulation
import shlex
import xml.etree.cElementTree as ET
import xml.etree.ElementTree as ET

generator_wants_static_library_dependencies_adjusted = False

Expand Down

0 comments on commit 2f79158

Please sign in to comment.