Skip to content

Commit d62aef6

Browse files
committed
Use ElementTree instead of deprecated cElementTree.
1 parent 716384d commit d62aef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urh/signalprocessing/FieldType.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import xml.etree.cElementTree as ET
1+
import xml.etree.ElementTree as ET
22
from enum import Enum
33
from xml.dom import minidom
44

0 commit comments

Comments
 (0)