1
0
mirror of https://github.com/dylanaraps/pywal.git synced 2025-07-13 20:45:16 +02:00

General: Change shebang to python3, closes

This commit is contained in:
Dylan Araps
2017-06-25 23:36:19 +10:00
parent 2a611a7439
commit 0f358ba5ed

2
wal

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
wal - Generate and change colorschemes on the fly.
Created by Dylan Araps.