We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b11f6 commit 983ce39Copy full SHA for 983ce39
swiss_locator/swiss_locator_filter.py
@@ -47,7 +47,7 @@
47
48
from urllib.parse import urlparse, parse_qs
49
50
-import lxml.etree as ET
+import xml.etree.ElementTree as ET
51
52
AVAILABLE_CRS = ('2056', '21781')
53
AVAILABLE_LANGUAGES = {'German': 'de',
0 commit comments