install the hello module
python setup.py installinstall the hello2 module
cd hello2
python setup.py install
# python
>>> import pytimed
>>> pytimed.main()
new hello world!
hello world!
hello world! 2or
python main_test()Then we'll see "hello world!" printed on screen every .
# python
>>> import pytimed_stevedore
>>> pytimed_stevedore.main()
new hello world!
hello world! 2
hello world!