solaar: use python3, not generic python

This commit is contained in:
Peter F. Patel-Schneider 2020-02-06 11:26:35 -05:00 committed by Filipe Laíns
parent 0520dde990
commit f45ae5ffad
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- python-mode -*-
# -*- coding: UTF-8 -*-

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from glob import glob as _glob
try: