Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.voxforge
Commits
cd589e3b
Commit
cd589e3b
authored
Aug 23, 2013
by
Laurent EL SHAFEY
Browse files
Fix path to protocol lists
parent
e83887b0
Changes
1
Show whitespace changes
Inline
Side-by-side
xbob/db/subvoxforge/query.py
View file @
cd589e3b
...
@@ -26,5 +26,7 @@ class Database(xbob.db.verification.filelist.Database):
...
@@ -26,5 +26,7 @@ class Database(xbob.db.verification.filelist.Database):
def
__init__
(
self
):
def
__init__
(
self
):
# call base class constructor
# call base class constructor
xbob
.
db
.
verification
.
filelist
.
Database
.
__init__
(
self
,
'lists'
)
from
pkg_resources
import
resource_filename
lists
=
resource_filename
(
__name__
,
'lists'
)
xbob
.
db
.
verification
.
filelist
.
Database
.
__init__
(
self
,
lists
)
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