X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=tiocnotty;h=694c62ddfe45ef79993a305610021e9dbc3484d1;hp=1bf635e7e9d0dde24f8bfe7f4925a5cfb401f4b0;hb=b29b50dc79ed452de8407f0466ac85c9a04b5a8f;hpb=c242f48889d6aca71c387f54c0bbeefc750c3eb1 diff --git a/tiocnotty b/tiocnotty index 1bf635e..694c62d 100755 --- a/tiocnotty +++ b/tiocnotty @@ -1,8 +1,8 @@ #! /usr/bin/python -import sys -import os import fcntl +import os +import sys import termios try: