File: 2to3.py

package info (click to toggle)
python3-defaults 3.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 620 kB
  • sloc: python: 1,225; makefile: 380; sh: 105
file content (5 lines) | stat: -rwxr-xr-x 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#! /usr/bin/python3
import sys
from lib2to3.main import main

sys.exit(main("lib2to3.fixes"))