As long as its within the context... Because of acquisition you dont have to fully qualify your reference to the script. You can just write result=context.script1(context, request) --- fowlertrainer@anonym.hu wrote:
Hello,
My site is structured with folders. Some scripts are positioned in same directory.
example:
LoginScripts folder: checkSession checkUserName ....
If I want to use script1 from script2, I write this:
result=context.LoginScripts.script1()
But is exists another way to I access it ?
like this:
result=./script1()
Thanx.
-- Best regards, fowlertrainer mailto:fowlertrainer@anonym.hu
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )