Skip to content
Snippets Groups Projects
Commit e3bebdc4 authored by Saeed SARFJOO's avatar Saeed SARFJOO
Browse files

remove extend_path from all internal __init__ files

parent 6c2dac5f
No related branches found
No related tags found
1 merge request!19Add audio extractor
Pipeline #26747 passed
# see https://docs.python.org/3/library/pkgutil.html
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
# gets sphinx autodoc done right - don't remove it # gets sphinx autodoc done right - don't remove it
def __appropriate__(*args): def __appropriate__(*args):
......
# see https://docs.python.org/3/library/pkgutil.html
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
# gets sphinx autodoc done right - don't remove it # gets sphinx autodoc done right - don't remove it
def __appropriate__(*args): def __appropriate__(*args):
......
# see https://docs.python.org/3/library/pkgutil.html
# gets sphinx autodoc done right - don't remove it # gets sphinx autodoc done right - don't remove it
def __appropriate__(*args): def __appropriate__(*args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment