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


import sys


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