Your IP : 172.28.240.42


Current Path : /usr/lib/python2.7/dist-packages/twisted/test/
Upload File :
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()