]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/ls-latex.py
release: 1.2.5
[lilypond.git] / stepmake / bin / ls-latex.py
index 92c0d1644a99dfdb82d6cecb1e78939836dc0771..98eb250d51f3a0a40915d76c6c445c31c8c0116f 100644 (file)
@@ -7,7 +7,11 @@ version = '0.1'
 
 import sys
 import os
-from string import *
+import string
+
+def gulp_file (fn):
+       f = open (fn)
+       return f.read ()
 
 import __main__
 import glob