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.voice
Commits
f157041c
Commit
f157041c
authored
Dec 22, 2016
by
Pavel KORSHUNOV
Browse files
fixed test database
parent
cf1fca65
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/voice/test/dummy/database.py
View file @
f157041c
...
...
@@ -61,9 +61,10 @@ class Interface(BaseInterface):
return
'0.0.1'
def
files
(
self
):
from
pkg_resources
import
resource_filename
raw_files
=
(
'*.wav'
,)
return
[
resource_filename
(
__name__
,
k
)
for
k
in
raw_files
]
# from pkg_resources import resource_filename
# raw_files = ('*.wav',)
# return [resource_filename(__name__, k) for k in raw_files]
return
()
def
type
(
self
):
return
'rawfiles'
...
...
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