Revert "Fix when is 'self' used as a parameter name in Python"

This reverts commit a6efdb7999.
This commit is contained in:
William S Fulton 2014-10-29 09:42:11 +00:00
commit 7d4af72dde
3 changed files with 2 additions and 8 deletions

View file

@ -130,7 +130,7 @@ PYTHONKW(None);
/*
'self' is also a bad Name
*/
PYTHONKW(self);
PYTHONBN(self);
#undef PYTHONBN
#undef PYTHONKW