Databases should make sure their load method is properly working
Following this issue: #29 (closed) The databases are loading their own data from now on which uses bob.db.base.File.load
which uses bob.io.base.load
but since databases are mostly image and audio databases an import of bob.io.image
or bob.io.audio
is needed in the databases.
- bob.db.voxforge
ping @bob