Re: [web2py] eclipse: getting it to ignore db

2010-12-31 Thread Thadeus Burgess
Add to your list... if 0: from gluon.dal import DAL db = DAL() -- Thadeus On Thu, Dec 30, 2010 at 4:46 AM, weheh wrote: > I'm trying to get eclipse to ignore undefined var: db using the > > if 0: > import gluon > from ... import ... > > trick, but I'm not sure where db i

[web2py] eclipse: getting it to ignore db

2010-12-30 Thread weheh
I'm trying to get eclipse to ignore undefined var: db using the if 0: import gluon from ... import ... trick, but I'm not sure where db is coming from?