repo.or.cz
/
jack_mixer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor Python module installation tweak
[jack_mixer.git]
/
jack_mixer
/
__main__.py
blob
802795feb5d44f28a72adf20e0d215074721aa96
1
#!/usr/bin/env python3
2
3
import
sys
4
5
from
jack_mixer
.
app
import
main
6
7
if
__name__
==
"__main__"
:
8
sys
.
exit
(
main
()
or
0
)