Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.vein
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.vein
Commits
91b5f8fa
Commit
91b5f8fa
authored
Nov 11, 2016
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make import relative to package
parent
fd9684b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bob/bio/vein/configurations/utfvp.py
bob/bio/vein/configurations/utfvp.py
+1
-1
bob/bio/vein/configurations/verafinger.py
bob/bio/vein/configurations/verafinger.py
+1
-1
No files found.
bob/bio/vein/configurations/utfvp.py
View file @
91b5f8fa
...
...
@@ -17,7 +17,7 @@ You can download the raw data of the `UTFVP`_ database by following the link.
.. include:: links.rst
"""
from
bob.bio.vein
.database.utfvp
import
Database
from
.
.database.utfvp
import
Database
utfvp_directory
=
"[YOUR_UTFVP_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
...
...
bob/bio/vein/configurations/verafinger.py
View file @
91b5f8fa
...
...
@@ -15,7 +15,7 @@ the link.
"""
from
bob.bio.vein
.database.verafinger
import
Database
from
.
.database.verafinger
import
Database
verafinger_directory
=
"[YOUR_VERAFINGER_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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