mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
4 lines
102 B
Python
4 lines
102 B
Python
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__)
|
|
print(__path__, __name__)
|