diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 2 |
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() | |||
| 23 | dirty = glob.glob('dirty*') | 23 | dirty = glob.glob('dirty*') |
| 24 | dirty.sort() | 24 | dirty.sort() |
| 25 | 25 | ||
| 26 | FILE_LIST = zip(clean, dirty) | 26 | FILE_LIST = list(zip(clean, dirty)) |
| 27 | 27 | ||
| 28 | try: # PDF render processing | 28 | try: # PDF render processing |
| 29 | import cairo | 29 | import cairo |
