diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sibelia_wrapper.py	Thu Dec 05 07:15:01 2013 -0800
@@ -0,0 +1,4 @@
+import subprocess
+import sys
+str = " ".join(sys.argv[1:])
+subprocess.call("Sibelia " + str, shell=True)
\ No newline at end of file