comparison lxmldump.py @ 65:35b48d9a0d8a

Remove unnecessary dependency import.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jul 2021 23:00:37 +0300
parents 66d585e862b6
children 6083f11c80bc
comparison
equal deleted inserted replaced
64:66d585e862b6 65:35b48d9a0d8a
11 ### Python 3.7+ required! 11 ### Python 3.7+ required!
12 ### 12 ###
13 import sys 13 import sys
14 import signal 14 import signal
15 import re 15 import re
16 from pathlib import Path
17 import xml.etree.ElementTree as xmlET 16 import xml.etree.ElementTree as xmlET
18 import unicodedata 17 import unicodedata
19 import argparse 18 import argparse
20 import textwrap 19 import textwrap
21 20