Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.face
Commits
c94f2942
Commit
c94f2942
authored
Dec 04, 2019
by
Guillaume HEUSCH
Browse files
[database] added entry points and config for BRSU
parent
c5a481a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/config/brsu.py
0 → 100644
View file @
c94f2942
#!/usr/bin/env python
# encoding: utf-8
from
bob.pad.face.database
import
BRSUPadDatabase
from
bob.extension
import
rc
database
=
BRSUPadDatabase
(
protocol
=
'test'
,
original_directory
=
rc
[
'bob.db.brsu.directory'
],
)
setup.py
View file @
c94f2942
...
...
@@ -78,6 +78,7 @@ setup(
'maskattack = bob.pad.face.config.maskattack:database'
,
'casiasurf-color = bob.pad.face.config.casiasurf_color:database'
,
'casiasurf = bob.pad.face.config.casiasurf:database'
,
'brsu = bob.pad.face.config.brsu:database'
,
],
# registered configurations:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment