repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix an amazing number of typos & malformed sentences reported by Detlef
[python/dscho.git]
/
Mac
/
Tools
/
macfreeze
/
hello
/
hello.py
blob
a713733aaa6eac853567d7b930c063d602a93b5b
1
import
sys
2
3
print
'Hello world'
4
print
'Builtin modules:'
,
sys
.
builtin_module_names
5
sys
.
exit
(
1
)