mintmenu/usr/lib/linuxmint/mintMenu/compile.py
James Lu d004409af9 Coerse shebangs to #!/usr/bin/python2
Arch Linux's default "python" install points to Python 3, and mintmenu is certainly not compatible with it!

Closes #134.
2015-06-25 17:44:30 -07:00

7 lines
77 B
Python
Executable File

#!/usr/bin/python2
import compileall
compileall.compile_dir(".", force=1)