[bob.db]
dummy = bob.pad.base.test.dummy.database:Interface

[bob.pad.algorithm]
test = bob.pad.base.test.dummy.algorithm:algorithm

[bob.pad.database]
dummy = bob.pad.base.test.dummy.database:database
dummysql = bob.pad.base.test.dummy.database_sql:database

[bob.pad.extractor]
test = bob.pad.base.test.dummy.extractor:extractor

[bob.pad.grid]
demanding = bob.pad.base.config.grid.demanding:grid

[bob.pad.preprocessor]
test = bob.pad.base.test.dummy.preprocessor:preprocessor

[console_scripts]
grid_search.py = bob.pad.base.script.grid_search:main
spoof.py = bob.pad.base.script.spoof:main

