__init__.py
26.4 KB
-
Build variable dictionary on included plays without using dict() · 5cc35469
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801
James Cammarata committed
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801