File: __init__.py

package info (click to toggle)
python-backports-shutil-get-terminal-size 1.0.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 96 kB
  • sloc: python: 117; makefile: 5
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__)