repo.or.cz
/
pylit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update stylesheet to work with the new standard "code" directive.
[pylit.git]
/
rstdocs
/
tutorial
/
hello_multifile.py
blob
e06044501450ae9d7881411ec581f2803498e7b8
1
# The classical programming example with the greeting from a variable in
2
# another file::
3
4
import
greeting
5
print
greeting
.
greeting
6
7
# Where ``greeting.py`` contains:
8
#
9
# .. include:: greeting.py.txt