Mercurial > repos > eremeeva > sibelia
view Sibelia_wrapper.py @ 3:f62639fed8d1 draft
Testing.
author | Nikolay Vyahhi <vyahhi@gmail.com> |
---|---|
date | Wed, 11 Dec 2013 17:08:07 +0400 |
parents | c15285154e98 |
children |
line wrap: on
line source
import subprocess import sys str = " ".join(sys.argv[1:]) subprocess.call("Sibelia " + str, shell=True)