From eac20158ef1056c129ab12af4afde0268d6b6908 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 15 Jan 2004 09:04:27 +0000 Subject: [PATCH] added 'self' git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5637 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/python/pythonkw.swg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/Lib/python/pythonkw.swg b/SWIG/Lib/python/pythonkw.swg index 7d8dbc2ac..60a84570e 100644 --- a/SWIG/Lib/python/pythonkw.swg +++ b/SWIG/Lib/python/pythonkw.swg @@ -106,6 +106,10 @@ PYTHONBN(True); PYTHONBN(False); PYTHONBN(None); +/* + 'self' is also a bad Name +*/ +PYTHONBN(self); #undef PYTHONBN #undef PYTHONKW