mitogen/st.py

5 lines
80 B
Python
Raw Normal View History

2014-01-10 11:42:57 +00:00
def try_something_silly(name):
file('/tmp/foo', 'w').write("hello " + name)