engines/libblkio: Share a single blkio instance among threads in same process
[fio.git] / t / sgunmap-test.py
index d2caa5fded75b0005149ebfae118fac8e5a739e3..6687494f30725aa9e4b2bcfae0a18401ee4f5c5a 100755 (executable)
@@ -1,9 +1,9 @@
-#!/usr/bin/python2.7
+#!/usr/bin/env python3
 # Note: this script is python2 and python 3 compatible.
 #
 # sgunmap-test.py
 #
-# Limited functonality test for trim workloads using fio's sg ioengine
+# Limited functionality test for trim workloads using fio's sg ioengine
 # This checks only the three sets of reported iodepths
 #
 # !!!WARNING!!!
@@ -45,7 +45,6 @@ import json
 import argparse
 import traceback
 import subprocess
-from six.moves import range
 
 
 def parse_args():