From 3dd85f87c209ffe0d6bb742feff23748c7af6809 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 28 Nov 2011 22:28:35 +0100 Subject: Fix stupid mess with parentheses --- test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.py b/test/test.py index 191e06e..601f5ef 100644 --- a/test/test.py +++ b/test/test.py @@ -25,12 +25,12 @@ try: # pdf render processing import poppler import cairo except: - FILE_LIST.remove((('clean.pdf'), ('dirty.pdf'))) + FILE_LIST.remove(('clean.pdf', 'dirty.pdf')) try: # python-mutagen : audio file format import mutagen except: - FILE_LIST.remove(('clean.ogg'), ('dirty.ogg')) + FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) try: # file format managed by exiftool subprocess.Popen('exiftool', stdout=open('/dev/null')) -- cgit v1.3