Skip to content
Snippets Groups Projects
Commit 5981045c authored by André MAYORAZ's avatar André MAYORAZ
Browse files

Removed bob.extension in init

parent 84735386
No related branches found
No related tags found
1 merge request!66Resolve "Switch to new CI/CD configuration"
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# isort: skip_file # isort: skip_file
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 # gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith("_")] __all__ = [_ for _ in dir() if not _.startswith("_")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment