From: fred Date: Tue, 26 Mar 2002 23:26:12 +0000 (+0000) Subject: lilypond-1.3.103 X-Git-Tag: release/1.5.59~1401 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e0efb59e651e2928a65f3b9ccdf34c4e3776dbf;p=lilypond.git lilypond-1.3.103 --- diff --git a/buildscripts/ps-to-pfa.py b/buildscripts/ps-to-pfa.py index ef3c94a291..d0bf000fe0 100644 --- a/buildscripts/ps-to-pfa.py +++ b/buildscripts/ps-to-pfa.py @@ -13,7 +13,6 @@ version = '0.4' datadir = '' -import find import os import sys import getopt @@ -130,10 +129,10 @@ def characters (f): logfile.write ('[') files = [] - import find # q + import glob suffixes = [".[0-9]", ".[0-9][0-9]", ".[0-9][0-9][0-9]"] for suf in suffixes: - files = files + find.find (font_name + suf) + files = files + glob.glob(font_name + suf) # concat all files into charprocs.