summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/bin/pyrexc2.5
blob: 766631c19fe2275276efac0e0a6027d2e3e38adc (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python2.5

#
#   Pyrex -- Main Program, Unix
#

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