#!/usr/bin/python
#
#   Pyrex -- Main Program, Unix
#

import Pyrex.Compiler.Main
Pyrex.Compiler.Main.main(command_line = 1, c_only = 1)
