##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Lance Simms, Stanford University 2009
#TestImportAsInclude.py
#
#PURPOSE:
# To demonstrate how the code from a .py file can be inserted in the 
# same was as the C/C++ #include statement by using the "import" statement
# in python
#
#EXAMPLE:
#  > import TestImportAsInclude.py
# 
#  > hello
print 'hello' 
