summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index 601f5ef..c414c77 100644
--- a/test/test.py
+++ b/test/test.py
@@ -21,7 +21,7 @@ dirty.sort()
21 21
22FILE_LIST = zip(clean, dirty) 22FILE_LIST = zip(clean, dirty)
23 23
24try: # pdf render processing 24try: # PDF render processing
25 import poppler 25 import poppler
26 import cairo 26 import cairo
27except: 27except: