Hi

I have 2 pages like

foo1.py
  app1 = web.application(urls, globals())

foo2.py
  app2 = web.application(urls, globals())



app1 is passed to foo2 through an object ... is it possible to obtain
the file name ie 'foo1' from the app1 sent to foo2.

I know there can be many ways to do it ... my question is, is the info
already in the app1. If not what would be the most elegant way of
doing it

Thanks & Regards
PK

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to