chiark / gitweb /
fshash.in: Sort the imports.
[rsync-backup] / fshash.in
index 6eb33beb400cc3d5d1e1db5bcdd58f0c03e7c10e..5db05afca4f04af4c8d8f177453a28a770a54e41 100644 (file)
--- a/fshash.in
+++ b/fshash.in
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 from sys import argv, exit, stdin, stdout, stderr
-import os as OS
-import re as RX
-import time as T
 import errno as E
-import stat as ST
-import optparse as OP
 import hashlib as H
+import optparse as OP
+import os as OS
+import re as RX
 import sqlite3 as DB
+import stat as ST
+import time as T
 import zlib as Z
 
 PACKAGE = '@PACKAGE@'