Fix shebang

This commit is contained in:
JuanCanham 2021-02-07 15:24:05 +00:00 committed by GitHub
parent 5710148b62
commit fbce6d6631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# #!/usr/bin/python3
#!/usr/bin/env python3
import xml.etree.ElementTree as ET