From 9f82329fc7a71599e0ead5b736c99d99891f2a0f Mon Sep 17 00:00:00 2001 From: Just Date: Fri, 17 Dec 1999 12:42:24 +0000 Subject: [PATCH] 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 --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index dd02388c5..598491065 100644 --- a/install.py +++ b/install.py @@ -11,7 +11,7 @@ if sys.platform not in ('win32', 'mac'): 'site-packages') else: 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.write(ttlibdir + '\n') pth_file.close()