File: PythonCompile.py

package info (click to toggle)
extra-cmake-modules 5.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,912 kB
  • sloc: python: 1,420; cpp: 585; xml: 182; ansic: 176; sh: 17; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (13)
1
2
3
4
# By Simon Edwards <simon@simonzone.com>
# This file is in the public domain.
import py_compile, sys
sys.exit(py_compile.main())