Mercurial > hg > cc > cirrus_home
view .local/bin/chardetect @ 76:6cf3dc7ff022
starting on tool to assemble as complete as we have info wrt a seed URI
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 06 May 2020 14:25:44 +0100 |
parents | a8bb3b4c208f |
children |
line wrap: on
line source
#!/lustre/sw/miniconda3/bin/python # -*- coding: utf-8 -*- import re import sys from chardet.cli.chardetect import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main())