time to boogie !
authorpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 4 Feb 2010 14:44:11 +0000 (14:44 +0000)
committerpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 4 Feb 2010 14:44:11 +0000 (14:44 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@2 fe552daf-6dbe-4428-90eb-1537e0879342

src/songs/musicxmltosong.py [new file with mode: 0755]

diff --git a/src/songs/musicxmltosong.py b/src/songs/musicxmltosong.py
new file mode 100755 (executable)
index 0000000..de8e26a
--- /dev/null
@@ -0,0 +1,14 @@
+"""
+converstion d'un fichier musicxml en objet song minwii.
+
+$Id$
+$URL$
+"""
+
+
+def main() :
+    pass
+
+
+if __name__ == '__main__' :
+    main()
\ No newline at end of file