From dab0554d5dce652fe2e4a809281df031becd08e0 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 5 Jun 2000 08:35:47 +0000 Subject: [PATCH] Added lib-tk to the standard sys.path initializer. --- Mac/Resources/pythonpath.r | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 415a435387a..74835fc1428 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -83,7 +83,8 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { "$(PYTHON):Mac:Lib:lib-scripting", "$(PYTHON):Extensions:img:Mac", "$(PYTHON):Extensions:img:Lib", - "$(PYTHON):Extensions:Numerical:Lib" + "$(PYTHON):Extensions:Numerical:Lib", + "$(PYTHON):Lib:lib-tk" } };