eynollah.py: use lxml not xml.etree

pull/12/head
Konstantin Baierer 3 years ago
parent 90c8af9595
commit 81d7233e67

@ -29,7 +29,7 @@ warnings.filterwarnings("ignore")
from scipy.signal import find_peaks from scipy.signal import find_peaks
from scipy.ndimage import gaussian_filter1d from scipy.ndimage import gaussian_filter1d
from shapely import geometry from shapely import geometry
import xml.etree.ElementTree as ET#from lxml import etree as ET from lxml import etree as ET
from matplotlib import pyplot, transforms from matplotlib import pyplot, transforms
import matplotlib.patches as mpatches import matplotlib.patches as mpatches
import imutils import imutils

Loading…
Cancel
Save