fix: use updated python shebang

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-12 22:18:00 -04:00
parent be56940b0f
commit b201c80f52

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import print_function
import argparse