index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
mozbase
/
mozprocess
/
tests
/
scripts
/
proccountfive.py
blob: c79faab6c2580ce3c64abe86df67fb5ff1987bc9 (
plain
)
1
2
3
4
from
__future__
import
absolute_import
,
print_function
for
i
in
range
(
0
,
5
):
print
(
i
)