chiark
/
gitweb
/
~mdw
/
rsync-backup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
57c65f1
)
fshash.in: Sort the imports.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 1 Jun 2024 03:15:38 +0000
(
04:15
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Jun 2024 11:10:59 +0000
(12:10 +0100)
fshash.in
patch
|
blob
|
blame
|
history
diff --git
a/fshash.in
b/fshash.in
index 6eb33beb400cc3d5d1e1db5bcdd58f0c03e7c10e..5db05afca4f04af4c8d8f177453a28a770a54e41 100644
(file)
--- a/
fshash.in
+++ b/
fshash.in
@@
-24,14
+24,14
@@
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from sys import argv, exit, stdin, stdout, stderr
### 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 errno as E
-import stat as ST
-import optparse as OP
import hashlib as H
import hashlib as H
+import optparse as OP
+import os as OS
+import re as RX
import sqlite3 as DB
import sqlite3 as DB
+import stat as ST
+import time as T
import zlib as Z
PACKAGE = '@PACKAGE@'
import zlib as Z
PACKAGE = '@PACKAGE@'