Skip to content

Commit

Permalink
Use ElementTree instead of deprecated cElementTree.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed Jul 15, 2020
1 parent 716384d commit d62aef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urh/signalprocessing/FieldType.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import xml.etree.cElementTree as ET
import xml.etree.ElementTree as ET
from enum import Enum

This comment has been minimized.

Copy link
@En168

En168 Mar 2, 2021

Buemo

from xml.dom import minidom

Expand Down

0 comments on commit d62aef6

Please sign in to comment.