#!/usr/bin/python

from ditio.cmd import call,CommandLine 
import sys

args = sys.argv[1:]
call(args)
