Prepare for Github,
[pylit.git] / doc / tutorial / hello_multifile.py.txt
blob2899a131190122c8dc72fae38b679d592317f531
1 The classical programming example with the greeting from a variable in
2 another file::
4   import greeting
5   print greeting.greeting
7 Where ``greeting.py`` contains:
9 .. include:: greeting.py.txt