custom plugin architecture: how to see parent namespace?

Wojciech Muła wojciech_mula at poczta.null.onet.pl.invalid
Sun Jul 22 17:22:21 EDT 2007


escalation746 wrote:
> def ViewValuable():
      ^^^^^^^^^^^^
[...]
> code = """
> Hello()
> Plus()
> Valuable()
  ^^^^^^^^
> """

These names don't match.  I replaced Valuable() with proper name,
and everything work fine.

w.



More information about the Python-list mailing list