Merge pull request #1 from JuanCanham/patch-1

Fix shebang
This commit is contained in:
Veelst 2021-02-09 16:58:47 +03:00 committed by GitHub
commit 22c24b9e60
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