File: sys_path_check.py

package info (click to toggle)
python-pcl 0.3.0~rc1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 31,388 kB
  • sloc: python: 3,102; cpp: 283; makefile: 181; sh: 24; ansic: 12
file content (4 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (3)
1
2
3
4
# -*- coding: utf-8 -*-
import sys

print(sys.path)