mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
|
from pkgutil import extend_path
|
||
|
|
||
|
__path__ = extend_path(__path__, __name__)
|