changed the name of the .pth file to FontTools.pth

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@7 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
Just 1999-12-17 12:42:24 +00:00
parent 74e0b7f2d7
commit 9f82329fc7

View File

@ -11,7 +11,7 @@ if sys.platform not in ('win32', 'mac'):
'site-packages') 'site-packages')
else: else:
libdir = sys.exec_prefix libdir = sys.exec_prefix
pth_path = os.path.join(libdir, "ttlib.pth") pth_path = os.path.join(libdir, "FontTools.pth")
pth_file = open(pth_path, "w") pth_file = open(pth_path, "w")
pth_file.write(ttlibdir + '\n') pth_file.write(ttlibdir + '\n')
pth_file.close() pth_file.close()