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