Re: [Pydev-users] sqlalchemy might be a candidate for forced builtins

2010-08-25 Thread Christoph Zwerschke
Am 21.08.2010 14:09 schrieb Janosch Peters: > I suggest adding sqlalchemy to the default "forced builtins". PyDev > could not resolve all methods, before I added it to the forced builtins. > ... > Whenever I used the "session" variable in a module of this package, > PyDev couldnt resolve its method

[Pydev-users] sqlalchemy might be a candidate for forced builtins

2010-08-21 Thread Janosch Peters
Hi, I suggest adding sqlalchemy to the default "forced builtins". PyDev could not resolve all methods, before I added it to the forced builtins. Im not sure why I had to do this, sqlalchemy does some metaclasses magic (which I barely understand). I had this in my __init__.py of my package ---