mitogen/tests/data/module_finder_testmod/regular_mod.py

7 lines
43 B
Python
Raw Normal View History

2017-10-02 08:24:01 +00:00
import sys
def say_hi():
print 'hi'