repo.or.cz
/
CPandaTEST.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
v0.0.3
[CPandaTEST.git]
/
test1.py
blob
7e69060e18d0d5b2b31c70944fdab9216032b76f
1
#!/usr/bin/env python
2
3
import
sys
4
5
print
"v0.0.3"
6
print
"Test 1"
7
8
sys
.
exit
(
0
)