Skip to content
Snippets Groups Projects
Commit a040e17c authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

[replaymobile] Fix the name

parent 6cbe9987
No related branches found
No related tags found
1 merge request!15Resolve "Some database interfaces do not provide access to the annotations stored in the low-level databases", Add replay mobile bob.db.replaymobile
......@@ -32,7 +32,7 @@ class ReplayMobileBioDatabase(BioDatabase):
def __init__(self, max_number_of_frames=None, **kwargs):
# call base class constructors to open a session to the database
super(ReplayMobileBioDatabase, self).__init__(
name='replay',
name='replay-mobile',
max_number_of_frames=max_number_of_frames, **kwargs)
from bob.db.replaymobile.verificationprotocol import Database as LowLevelDatabase
......
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