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.db.fv3d
Commits
f043ffb4
Commit
f043ffb4
authored
Dec 02, 2016
by
André Anjos
💬
Browse files
Reset driver to 3dfv
parent
3bc670b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/3dfv/driver.py
View file @
f043ffb4
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
"""Bob Database Driver entry-point for the
VERA
Fingervein database
"""Bob Database Driver entry-point for the
3D
Fingervein database
"""
import
os
...
...
@@ -68,7 +68,7 @@ def checkfiles(args):
class
Interface
(
BaseInterface
):
def
name
(
self
):
return
'
verafinger
'
return
'
3dfv
'
def
version
(
self
):
import
pkg_resources
# part of setuptools
...
...
@@ -88,7 +88,7 @@ class Interface(BaseInterface):
from
.
import
__doc__
as
docs
subparsers
=
self
.
setup_parser
(
parser
,
"
VERA
Fingervein database"
,
docs
)
"
3D
Fingervein database"
,
docs
)
# example: get the "create" action from a submodule
from
.create
import
add_command
as
create_command
...
...
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