d004409af9
Arch Linux's default "python" install points to Python 3, and mintmenu is certainly not compatible with it! Closes #134.
7 lines
77 B
Python
Executable File
7 lines
77 B
Python
Executable File
#!/usr/bin/python2
|
|
|
|
import compileall
|
|
|
|
compileall.compile_dir(".", force=1)
|
|
|