#!/usr/bin/env python import sys sys.path.insert(0, "..") print >> sys.stderr, "output" sys.exit(1)