Kaydet (Commit) 53ea134a authored tarafından Just van Rossum's avatar Just van Rossum

doh! added missing comma (will check before committing in the future ;-) -- jvr

üst 7859f176
......@@ -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"
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment