From c9562087fdabdafec11a673ca86e7d43e4071d76 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 11 May 2012 14:53:05 +0200 Subject: Informatives messages for missings libraries --- test/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.py b/test/test.py index 630c157..f09e1c5 100644 --- a/test/test.py +++ b/test/test.py @@ -28,6 +28,7 @@ FILE_LIST = zip(clean, dirty) try: # PDF render processing import poppler import cairo + import pdfrw except: FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) @@ -37,7 +38,7 @@ except: pass # since wr don't have any ogg for now #FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) -try: # file format managed by exiftool +try: # file format exclusively managed by exiftool subprocess.Popen('exiftool', stdout=open('/dev/null')) except: pass # None for now -- cgit v1.3