summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/pyrexc.py
blob: f32cf1538c0d84d8be7a19314129eb5a9d0fd5c3 (plain)
1
2
3
4
5
6
#
#   Pyrex -- Main Program, generic
#

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