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.bio.video
Commits
25af1f74
Commit
25af1f74
authored
Jun 19, 2015
by
Manuel Günther
Browse files
Added get_config function
parent
598de467
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/video/__init__.py
View file @
25af1f74
...
...
@@ -4,3 +4,14 @@ from . import extractor
from
.
import
algorithm
from
.
import
test
def
get_config
():
"""Returns a string containing the configuration information.
"""
import
bob.extension
return
bob
.
extension
.
get_config
(
__name__
)
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'_'
)]
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