Skip to content

Commit b12c9e9

Browse files
migrate-from-ppy.py: use defusedxml instead of lxml
1 parent fd78d67 commit b12c9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/migrate-from-ppy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import click
22
import os
3-
from lxml import etree
3+
from defusedxml import ElementTree as etree
44
import jinja2
55

66
property_file_name = '.property.yml'

0 commit comments

Comments
 (0)