view tools/sibelia/Sibelia_wrapper.py @ 5:7b5e87542bd8 draft default tip

Coming to conclusion. Testing.
author eremeevaaa94@mail.ru
date Sun, 13 Apr 2014 07:02:26 -0700
parents
children
line wrap: on
line source

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