#!/usr/bin/python2 -s
#
# Wrapper script to start UniConvertor application
#
# Copyright (C) 2011-2015 Igor E. Novikov
#
# This library is covered by GNU General Public License.
# For more info see LICENSE file in UniConvertor root directory.

import sys

sys.path.insert(1, '/usr/lib64/python2.7/site-packages/uniconvertor-2.0rc4')

import uc2

uc2.uc2_run()
