Re: [Pydev-users] class variables [found cause]

2007-07-19 Thread Fabio Zadrozny
hemy import MetaData, Table, Column, create_engine, Integer, String -- From: [EMAIL PROTECTED] To: [email protected] Date: Thu, 19 Jul 2007 19:21:52 -0400 Subject: [Pydev-users] class variables PyDev 1.3.8 Eclipse 3.3 Java 1.6 Python 2.5 Ubuntu Fiesty P

Re: [Pydev-users] class variables [found cause]

2007-07-19 Thread Lee Connell
: Thu, 19 Jul 2007 19:21:52 -0400Subject: [Pydev-users] class variables PyDev 1.3.8Eclipse 3.3Java 1.6Python 2.5Ubuntu FiestyProblem i am having is that pydev doesn't have autocompletion for users_table or base_path. I've attached the full code as well.class HelloWorld:use

[Pydev-users] class variables

2007-07-19 Thread Lee Connell
PyDev 1.3.8Eclipse 3.3Java 1.6Python 2.5Ubuntu FiestyProblem i am having is that pydev doesn't have autocompletion for users_table or base_path. I've attached the full code as well.class HelloWorld:users_table = None base_path = [email protected] def index(self):