chiark
/
gitweb
/
~cjwatson
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c242f48
)
tiocnotty: sort imports
author
Colin Watson
<cjwatson@chiark.greenend.org.uk>
Thu, 14 Jun 2012 01:59:38 +0000
(
02:59
+0100)
committer
Colin Watson
<cjwatson@chiark.greenend.org.uk>
Thu, 14 Jun 2012 01:59:38 +0000
(
02:59
+0100)
tiocnotty
patch
|
blob
|
history
diff --git
a/tiocnotty
b/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: