Skip to content
Snippets Groups Projects
Commit fba4447d authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

bob.db.base.Database is deprecated.

parent 5da50c6d
No related branches found
No related tags found
1 merge request!118Do not use **kwargs for pretty printing in databases
Pipeline #
......@@ -9,7 +9,7 @@ from numpy.testing.decorators import setastest
import bob.db.base
class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.Database)):
class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.FileDatabase)):
"""This class represents the basic API for database access.
Please use this class as a base class for your database access classes.
Do not forget to call the constructor of this base class in your derived class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment