Fix for 'self' being used as a parameter name

This commit is contained in:
William S Fulton 2014-10-30 07:22:59 +00:00
commit 6029b2f7d8
5 changed files with 19 additions and 12 deletions

View file

@ -0,0 +1,5 @@
from director_keywords import *
f = Foo()
f.check_self(20)