#!/usr/bin/env python
import sys
from Products.PortalTransforms.transform_cl import run
run(*sys.argv[1:])
