🔧 git-status-all: use python3

This commit is contained in:
neingeist 2020-12-09 12:27:47 +01:00
parent d83c592785
commit e943df18b9

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""show dirty git repos"""
from __future__ import division, print_function