chiark / gitweb /
tiocnotty: sort imports
[bin.git] / tiocnotty
index 1bf635e7e9d0dde24f8bfe7f4925a5cfb401f4b0..694c62ddfe45ef79993a305610021e9dbc3484d1 100755 (executable)
--- a/tiocnotty
+++ b/tiocnotty
@@ -1,8 +1,8 @@
 #! /usr/bin/python
 
-import sys
-import os
 import fcntl
+import os
+import sys
 import termios
 
 try: