From b51bbbbdb61ff4e71cd99e2b626e00f701ecb880 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 25 Oct 2006 20:59:01 +0000 Subject: Added implicit context implementation --- py/modules/IcePy/Init.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'py/modules/IcePy/Init.cpp') diff --git a/py/modules/IcePy/Init.cpp b/py/modules/IcePy/Init.cpp index 58eb87d84c4..d70b9d85f02 100644 --- a/py/modules/IcePy/Init.cpp +++ b/py/modules/IcePy/Init.cpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -123,4 +124,8 @@ initIcePy(void) { return; } + if(!initImplicitContext(module)) + { + return; + } } -- cgit v1.2.3