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

Removed bob.extension form __init__

parent db79e896
No related branches found
No related tags found
1 merge request!105Resolve "Switch to new CI/CD configuration"
...@@ -3,13 +3,5 @@ from . import database # noqa: F401 ...@@ -3,13 +3,5 @@ from . import database # noqa: F401
from . import error_utils # noqa: F401 from . import error_utils # noqa: F401
from . import script # noqa: F401 from . import script # noqa: F401
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