repo.or.cz
/
codimension.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More unit tests
[codimension.git]
/
thirdparty
/
pyflakes
/
__main__.py
blob
a69e689131515ab416d31797bd64af2e81e9be3c
1
from
pyflakes
.
api
import
main
2
3
# python -m pyflakes (with Python >= 2.7)
4
if
__name__
==
'__main__'
:
5
main
(
prog
=
'pyflakes'
)