#!/usr/bin/env python
# -*- coding: ISO-8859-1 -*-

from logilab.doctools import transform
import sys
sys.exit(transform.run(sys.argv[1:]))

