Merge pull request #60 from khaledhosny/master

Some fixes
This commit is contained in:
Behdad Esfahbod 2013-12-03 23:20:34 -08:00
commit 5a754ddd55
3 changed files with 2 additions and 6 deletions

View File

@ -191,7 +191,7 @@ class AFM(object):
def write(self, path, sep='\r'):
import time
lines = [ "StartFontMetrics 2.0",
"Comment Generated by afmLib; at %s" %
"Comment Generated by afmLib; at %s" % (
time.strftime("%m/%d/%Y %H:%M:%S",
time.localtime(time.time())))]

View File

@ -527,7 +527,7 @@ class PSOperators:
self.push(ps_dict({}))
def ps_begin(self):
self.dictstack.append(self.pop('dicttype')value)
self.dictstack.append(self.pop('dicttype').value)
def ps_end(self):
if len(self.dictstack) > 2:

View File

@ -5,10 +5,6 @@ include Doc/ChangeLog
include Doc/*.txt
include Doc/*.html
include MetaTools/*.py
include MetaTools/*.diff
include Mac/TTX.py
include Mac/README.txt
include Mac/TTX.rsrc.hqx
include Windows/mcmillan.bat
include Windows/ttx.ico
include Windows/README.TXT