#!/usr/bin/python2.5
# -*- coding: utf-8 -*-

import sys


if __name__ == "__main__":
	from ll.scripts import ucp
	sys.exit(ucp.main())
