diff --git a/MANIFEST.in b/MANIFEST.in
index 67e0aede86c9bb13d7bf1f3ae572c87c7bbf222d..008a25d73a405446d7283d0478212a75ef539f65 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,5 @@ include README.rst bootstrap-buildout.py buildout.cfg develop.cfg version.txt re
 recursive-include doc *.py *.rst
 recursive-include bob *.txt *.hdf5
 recursive-include bob *.sql3
-recursive-include bob/pad/base/test/data scores-* *.sql3
+recursive-include bob/pad/base/test/data scores-* *.sql3 *.wav
+recursive-include bob/pad/base/test/data/example_filelist *.lst
diff --git a/bob/pad/base/test/test_spoof.py b/bob/pad/base/test/test_spoof.py
index 779946bf8cf052ac757a975a13a5790403f1ba11..2ceedb3bd9b15ea29fda9c9aaf1e496dd553470c 100644
--- a/bob/pad/base/test/test_spoof.py
+++ b/bob/pad/base/test/test_spoof.py
@@ -16,7 +16,6 @@ import tempfile
 import numpy
 
 import bob.io.base.test_utils
-import bob.io.image
 import bob.bio.base
 import bob.pad.base
 from bob.bio.base.test import utils