From: Jack Jansen <jack.jansen@cwi.nl> Date: Mon, 5 Jun 2000 08:35:47 +0000 (+0000) Subject: Added lib-tk to the standard sys.path initializer. X-Git-Tag: v2.0b1~1571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dab0554d5dce652fe2e4a809281df031becd08e0;p=python Added lib-tk to the standard sys.path initializer. --- diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 415a435387..74835fc142 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" } };