File: __init__.py

package info (click to toggle)
straight.plugin 1.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 414; makefile: 132; sh: 8
file content (2 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (74)
1
2
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)