File: py3versions

package info (click to toggle)
python3-defaults 3.1.3-12%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 656 kB
  • ctags: 132
  • sloc: python: 1,616; makefile: 311; sh: 132; perl: 5
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()