From dfa7a48407cd77e49204480337b7e85d49edc594 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Thu, 3 Jul 2003 01:42:00 +0000 Subject: - exppython now can import modules contained in Blender Texts: The Python import function was substituted by our own one (like done in the old bpython) to also check Blender Texts upon importing. --- source/blender/python/BPY_extern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/python/BPY_extern.h') diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h index ccf0457aa21..794d8f3b637 100644 --- a/source/blender/python/BPY_extern.h +++ b/source/blender/python/BPY_extern.h @@ -65,4 +65,3 @@ void BPY_copy_scriptlink(struct ScriptLink *scriptlink); int BPY_call_importloader(char *name); void init_syspath(void); - -- cgit v1.2.3