Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4126684
By: allmigh7y

from main.lib.base import *
import smtplib, random
from pylons import g
from main.lib.Utility import *

^
|

sample header from a module in my lib directory. But looking at my basic 
controller,
after its initial creation, there is only 1 import stmt generated:

e.g. 

from main.lib.base import *

class FormsController(BaseController):
    def index(self):
        return Response('')

Now when I do self.c in the index action, no auto-complete happens? Am I missing
something? I've seen both versions of the imports you mentioned. Not sure how
that effects the auto-completion?

/allmigh7y



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to