view Sibelia_wrapper.py @ 0:c15285154e98 draft

something
author eremeevaaa94@mail.ru
date Thu, 05 Dec 2013 07:15:01 -0800
parents
children
line wrap: on
line source

import subprocess
import sys
str = " ".join(sys.argv[1:])
subprocess.call("Sibelia " + str, shell=True)