[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Missing function
On Fri, Oct 28, 2005 at 03:20:43PM -0500, Joe Wreschnig wrote:
> On Fri, 2005-10-28 at 09:06 +1000, Rene Dudfield wrote:
> > > + #read the fonts from a unix 'fonts.cache-1' file
> > > + def read_unix_fontscache(dir, file, fonts):
> > > + file = open(os.path.join(dir, file))
> .....
> > > #read the fonts from a unix 'fonts.cache-1' file
> > > def read_unix_fontsdir(dir, file, fonts):
>
> One of these comments is wrong, then.
The second one *used* to read:
#read the fonts from a unix 'fonts.dot' file
def read_unix_fontsdir(dir, file, fonts):
cheers,
John.
> --
> Joe Wreschnig <piman@xxxxxxxxxxxxxx>