Mark Harrison wrote: > Is there a way to do something equivalent to "import * from self"? (snip) > > Is there a way to get rid of those the "self." references,
No.
> or is this
> just something I need to get my brain to accept?
Yes.
And FWIW, "from somemodule import *" is usually considered bad style.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list
