comparison Sibelia_wrapper.py @ 0:c15285154e98 draft

something
author eremeevaaa94@mail.ru
date Thu, 05 Dec 2013 07:15:01 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c15285154e98
1 import subprocess
2 import sys
3 str = " ".join(sys.argv[1:])
4 subprocess.call("Sibelia " + str, shell=True)