From: Just van Rossum Date: Fri, 29 Jan 1999 16:28:55 +0000 (+0000) Subject: doh! added missing comma (will check before committing in the future ;-) -- jvr X-Git-Tag: v1.5.2b2~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53ea134aa80064180c3b6f7b656a639d60f6142f;p=python doh! added missing comma (will check before committing in the future ;-) -- jvr --- diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 6453c3bbc1..a818d42bc2 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -78,7 +78,7 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { "$(PYTHON):Mac:Lib", "$(PYTHON):Mac:Lib:lib-toolbox", "$(PYTHON):Mac:Lib:lib-scripting", - "$(PYTHON):Extensions:img:Lib" + "$(PYTHON):Extensions:img:Lib", "$(PYTHON):Extensions:Numerical:Lib" } };