9e988e2e8e
PR: 117789 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
11 lines
257 B
C++
11 lines
257 B
C++
--- lib/python/python.cc.orig 2007-11-03 16:32:34.000000000 +0100
|
|
+++ lib/python/python.cc 2007-11-03 16:33:48.000000000 +0100
|
|
@@ -115,6 +115,8 @@
|
|
} else {
|
|
return import_module(modname);
|
|
}
|
|
+
|
|
+ return (NULL);
|
|
}
|
|
|
|
// }}}
|