Current Path : /usr/lib/python2.7/dist-packages/twisted/test/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/test/process_tty.py |
"""Test to make sure we can open /dev/tty""" f = open("/dev/tty", "r+") a = f.readline() f.write(a) f.close()