Skip to content
Snippets Groups Projects
Commit 62fe676a authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

Change FileSelector to new style

parent b4ed192c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -24,7 +24,7 @@ from bob.bio.base import utils ...@@ -24,7 +24,7 @@ from bob.bio.base import utils
@utils.Singleton @utils.Singleton
class FileSelector: class FileSelector(object):
"""This class provides shortcuts for selecting different files for different stages of the snti-spoofing process. """This class provides shortcuts for selecting different files for different stages of the snti-spoofing process.
It communicates with the database and provides lists of file names for all steps of the tool chain. It communicates with the database and provides lists of file names for all steps of the tool chain.
......
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