File: pyrexc.py

package info (click to toggle)
pyrex 0.9.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,140 kB
  • ctags: 2,220
  • sloc: python: 10,912; ansic: 3,111; makefile: 103; lisp: 12
file content (6 lines) | stat: -rwxr-xr-x 100 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#
#   Pyrex -- Main Program, generic
#

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