File: py3versions

package info (click to toggle)
python3-defaults 3.13.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 664 kB
  • sloc: python: 1,274; makefile: 391; sh: 107
file content (6 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#! /usr/bin/python3

import sys
sys.path[0:0] = ['/usr/share/python3']
import py3versions
py3versions.main()