Skip to content
Snippets Groups Projects
Commit 22ad4b89 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

make swh.web an extendable namespace

parent 61b4f5db
No related branches found
No related tags found
1 merge request!265make swh.web an extendable namespace
from pkgutil import extend_path
from typing import Iterable
__path__ = extend_path(__path__, __name__) # type: Iterable[str]
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