File: __init__.py

package info (click to toggle)
gst-python1.0 1.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,804 kB
  • sloc: sh: 4,822; python: 1,460; perl: 1,431; ansic: 835; makefile: 205
file content (3 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (30)
1
2
3
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)