mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
Fix another syntax error with newer Python versions
This commit is contained in:
parent
d0f12f81c8
commit
25a0d4b8f9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from pkgutil import extend_path
|
||||
|
||||
__path__ = extend_path(__path__, __name__)
|
||||
print __path__, __name__
|
||||
print(__path__, __name__)
|
||||
|
|
Loading…
Reference in a new issue