switched all python2.7 to python3.x

This commit is contained in:
Drew Taylor
2021-09-15 20:58:38 -07:00
committed by Trent Nelson
parent 1b58166e9d
commit cf4358715b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib
matplotlib.use('Agg')