summaryrefslogtreecommitdiffstats
path: root/tests/image-fuzzer/qcow2/fuzz.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/image-fuzzer/qcow2/fuzz.py')
-rw-r--r--tests/image-fuzzer/qcow2/fuzz.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/image-fuzzer/qcow2/fuzz.py b/tests/image-fuzzer/qcow2/fuzz.py
index 20eba6bc1b..abc4f0635d 100644
--- a/tests/image-fuzzer/qcow2/fuzz.py
+++ b/tests/image-fuzzer/qcow2/fuzz.py
@@ -17,6 +17,7 @@
#
import random
+from functools import reduce
UINT8 = 0xff
UINT16 = 0xffff