From 98fb7fe1f0edec16ecd405707cc903d2b4a7dc40 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 28 Mar 2016 00:06:52 +0200 Subject: First step toward python3 --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.py b/test/test.py index 818909e..40ba683 100644 --- a/test/test.py +++ b/test/test.py @@ -23,7 +23,7 @@ clean.sort() dirty = glob.glob('dirty*') dirty.sort() -FILE_LIST = zip(clean, dirty) +FILE_LIST = list(zip(clean, dirty)) try: # PDF render processing import cairo -- cgit v1.3