mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__)
|
|
print __path__, __name__
|