if os.name == 'nt':
        subprocess.call('move ' + fontfile + '.eotlite ' + fontfile + '.eot', shell=True)
    else:
        subprocess.call('mv ' + fontfile + '.eotlite ' + fontfile + '.eot', shell=True)