This website requires JavaScript.
Explore
Help
Register
Sign In
jbah.skp
/
mintmenu
Watch
1
Star
0
Fork
0
You've already forked mintmenu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c74b2b9816
mintmenu
/
usr
/
lib
/
linuxmint
/
mintMenu
/
compile.py
7 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
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-26 01:36:36 +01:00
#!/usr/bin/python2
Initial commit
2009-07-27 11:45:34 +01:00
import
compileall
compileall
.
compile_dir
(
"
.
"
,
force
=
1
)
Reference in New Issue
Copy Permalink