From b29b50dc79ed452de8407f0466ac85c9a04b5a8f Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 14 Jun 2012 02:59:38 +0100 Subject: [PATCH] tiocnotty: sort imports --- tiocnotty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2