Update shebangs to Python 3
Thomas Ross
3 years ago
2 changed file(s) with
2 addition(s)
and
2 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
bin/mirage
less
more
0
#!/usr/bin/env python
0
#!/usr/bin/env python3
1
1
"""Mirage is a fast GTK+ Image Viewer
2
2
"""
3
3
+1
-1
setup.py
less
more
0
#!/usr/bin/env python
0
#!/usr/bin/env python3
1
1
2
2
import os
3
3