diff options
| author | jvoisin | 2011-11-28 22:28:35 +0100 |
|---|---|---|
| committer | jvoisin | 2011-11-28 22:28:35 +0100 |
| commit | 3dd85f87c209ffe0d6bb742feff23748c7af6809 (patch) | |
| tree | becfa44bebce486f434f0c49dd2ed4737f37be19 /test | |
| parent | 55c9c6f320ec1dc15896eca62d2e245b05c7ebc2 (diff) | |
Fix stupid mess with parentheses
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 25 | import poppler | 25 | import poppler |
| 26 | import cairo | 26 | import cairo |
| 27 | except: | 27 | except: |
| 28 | FILE_LIST.remove((('clean.pdf'), ('dirty.pdf'))) | 28 | FILE_LIST.remove(('clean.pdf', 'dirty.pdf')) |
| 29 | 29 | ||
| 30 | try: # python-mutagen : audio file format | 30 | try: # python-mutagen : audio file format |
| 31 | import mutagen | 31 | import mutagen |
| 32 | except: | 32 | except: |
| 33 | FILE_LIST.remove(('clean.ogg'), ('dirty.ogg')) | 33 | FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) |
| 34 | 34 | ||
| 35 | try: # file format managed by exiftool | 35 | try: # file format managed by exiftool |
| 36 | subprocess.Popen('exiftool', stdout=open('/dev/null')) | 36 | subprocess.Popen('exiftool', stdout=open('/dev/null')) |
