py3: use python3 in shebang

This commit is contained in:
Ana Maria Martinez Gomez
2021-03-16 18:22:02 +01:00
parent 5d341ba078
commit 4028171f59

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
"""
Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");