chiark / gitweb /
tiocnotty: sort imports
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 14 Jun 2012 01:59:38 +0000 (02:59 +0100)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 14 Jun 2012 01:59:38 +0000 (02:59 +0100)
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: