projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd22f80
)
t/sgunmap-test.py: drop six.moves dependency
author
Vincent Fu
<vincent.fu@wdc.com>
Wed, 30 Oct 2019 23:55:21 +0000
(19:55 -0400)
committer
Vincent Fu
<vincent.fu@wdc.com>
Wed, 6 Nov 2019 16:18:59 +0000
(11:18 -0500)
range was never actually used in this script.
t/sgunmap-test.py
patch
|
blob
|
blame
|
history
diff --git
a/t/sgunmap-test.py
b/t/sgunmap-test.py
index d2caa5fded75b0005149ebfae118fac8e5a739e3..f8f10ab38274dfc40fbfa829673e884783903279 100755
(executable)
--- a/
t/sgunmap-test.py
+++ b/
t/sgunmap-test.py
@@
-45,7
+45,6
@@
import json
import argparse
import traceback
import subprocess
-from six.moves import range
def parse_args():