comparison lxmldump.py @ 66:6083f11c80bc

Remove another unnecessary import.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jul 2021 23:01:18 +0300
parents 35b48d9a0d8a
children 9833df4573a7
comparison
equal deleted inserted replaced
65:35b48d9a0d8a 66:6083f11c80bc
14 import signal 14 import signal
15 import re 15 import re
16 import xml.etree.ElementTree as xmlET 16 import xml.etree.ElementTree as xmlET
17 import unicodedata 17 import unicodedata
18 import argparse 18 import argparse
19 import textwrap
20 19
21 assert sys.version_info >= (3, 7) 20 assert sys.version_info >= (3, 7)
22 21
23 22
24 ### 23 ###