use python3 for consitency, and because python2 is deprecated

pull/37/head
Chris Kuethe 2019-09-20 10:10:55 -07:00
parent a6344f628a
commit 1e19d54e69
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import os
import configparser

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import configparser
import argparse