comparison lxmldump.py @ 34:73f2f98e3eef

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 May 2021 13:04:30 +0300
parents 3dcf8ac43bda
children 5aafa87dbec2
comparison
equal deleted inserted replaced
33:3dcf8ac43bda 34:73f2f98e3eef
316 316
317 print(u"\nDefault Ptr format strings per mode:") 317 print(u"\nDefault Ptr format strings per mode:")
318 for pmode in pkk_modes_list: 318 for pmode in pkk_modes_list:
319 if pmode in pkk_ptr_url_fmt: 319 if pmode in pkk_ptr_url_fmt:
320 print(u" {:6s} : \"{}\"".format(pkk_modes_list[pmode], pkk_ptr_url_fmt[pmode])) 320 print(u" {:6s} : \"{}\"".format(pkk_modes_list[pmode], pkk_ptr_url_fmt[pmode]))
321
321 print(u"") 322 print(u"")
322 sys.exit(0) 323 sys.exit(0)
323 324
324 325
325 ### Handle each input file 326 ### Handle each input file