summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.py2
1 files changed, 1 insertions, 1 deletions
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()
23dirty = glob.glob('dirty*') 23dirty = glob.glob('dirty*')
24dirty.sort() 24dirty.sort()
25 25
26FILE_LIST = zip(clean, dirty) 26FILE_LIST = list(zip(clean, dirty))
27 27
28try: # PDF render processing 28try: # PDF render processing
29 import cairo 29 import cairo