Debug shebang

This commit is contained in:
Loic Guegan 2019-10-09 10:12:22 -04:00
parent a974d3ab46
commit 500a060c9e

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import config, theme, os, argparse, subprocess,sys import config, theme, os, argparse, subprocess,sys
##### Apply Theme ##### ##### Apply Theme #####