Update xml2csv.py

This commit is contained in:
NetsecExplained 2020-02-07 18:55:42 -07:00 committed by GitHub
parent 5f7388cf2b
commit 5664f79110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# Credit where credit is due...
__author__ = 'Jake Miller (@LaconicWolf)' __author__ = 'Jake Miller (@LaconicWolf)'
__date__ = '20171220' __date__ = '20171220'
__version__ = '0.01' __version__ = '0.01'