Carl Banks wrote:
> Doug Schwarz wrote:
> > I don't see how getattr solves the original problem.  What,
exactly,
> is
> > the first argument to getattr?
>
>
> mod = __import__(__this__)

That should be __import__(__name__) 
Silly me.


-- 
CARL BANKS

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to