
/* Source for a stub which calls the Python mozex-helper.py script.
 *
 * Paul Wright, 2005. This source file is in the public domain.
 */

#include <stdlib.h>

int main(int argc, char *argv[])
{
    /* Edit the path below so it specifies the location where you placed
     * mozex-helper.py
     */
    return system("/Users/paul/bin/mozex-helper.py"); 
}
