Hi,
i have a file named bb.py in my application's modules directory. i
import it with local_import('bb'). i made some changes to it and i
notice that the program no longer loads them (but keeps working like
it were using an older version). so i renamed the file to bb2.py and
it kept working. if i use local_import('bb2'), it correctly loads the
newer version.

so, where is local_import looking for modules? i don't know where it
is getting that older version, but should't the modules dir of the
current application the first place to look for? thanks

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to