From ac4110fbfc60b112836d0b279ae07ea9a779b16d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Jan 2013 03:57:17 +0100 Subject: preliminary support of gtk3 (one test fails for PDF) --- test/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index 675c4f9..f2970ff 100644 --- a/test/test.py +++ b/test/test.py @@ -15,7 +15,7 @@ import tempfile import unittest import subprocess -VERBOSITY = 3 +VERBOSITY = 5 clean = glob.glob('clean*') clean.sort() @@ -25,8 +25,9 @@ dirty.sort() FILE_LIST = zip(clean, dirty) try: # PDF render processing - import poppler import cairo + import gi + from gi.repository import Poppler import pdfrw except ImportError: FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) -- cgit v1.3