File: pyrexc2.6

package info (click to toggle)
pyrex 0.9.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,556 kB
  • ctags: 2,601
  • sloc: python: 12,966; ansic: 3,092; makefile: 106; sh: 20; lisp: 12
file content (8 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python2.6

#
#   Pyrex -- Main Program, Unix
#

from Pyrex.Compiler.Main import main
main(command_line = 1)