File: py3versions

package info (click to toggle)
python3-defaults 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,948 kB
  • ctags: 130
  • sloc: python: 1,222; makefile: 375; sh: 105
file content (6 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#! /usr/bin/python3

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