repo.or.cz
/
git-cola.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pull: make pull verbose
[git-cola.git]
/
scripts
/
pycompile
blob
90dd878142295a5f2634898e44a707f9effdd688
1
#!/usr/bin/env python
2
import
os
3
import
sys
4
import
py_compile
5
for
filename
in
sys
.
argv
[
1
:]:
6
py_compile
.
compile
(
filename
,
doraise
=
True
)
7
py_compile
.
compile
(
filename
,
doraise
=
True
)