Skip to content
Snippets Groups Projects
Commit 72f4bcc6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add missing get_config()

parent a7688840
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
from .utils import *
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('_')]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment