projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4901213
)
Added lib-tk to the standard sys.path initializer.
author
Jack Jansen
<jack.jansen@cwi.nl>
Mon, 5 Jun 2000 08:35:47 +0000
(08:35 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Mon, 5 Jun 2000 08:35:47 +0000
(08:35 +0000)
Mac/Resources/pythonpath.r
patch
|
blob
|
history
diff --git
a/Mac/Resources/pythonpath.r
b/Mac/Resources/pythonpath.r
index 415a435387adb9b6a496ac62f5d1a436da7eb29b..74835fc142838dda5b06c2088601acd89999b689 100644
(file)
--- 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"
}
};