Re: Proxying every function in a module

2007-05-25 Thread Steve Holden
Josh West wrote: >> First off, don't attempt to start a new thread by replying to a previous >> one. Many newsreaders will merge the two, confusing the hell out of >> everyone and generally not helping. >> > > Ahh, yes. I see what you mean. Explains why it didn't appear the first > time I po

Re: Proxying every function in a module

2007-05-25 Thread Josh West
> > First off, don't attempt to start a new thread by replying to a previous > one. Many newsreaders will merge the two, confusing the hell out of > everyone and generally not helping. > Ahh, yes. I see what you mean. Explains why it didn't appear the first time I posted (until later..). So

Re: Proxying every function in a module

2007-05-25 Thread Steve Holden
Josh West wrote: > Kind and wise fellows, > [...] Please see my separate reply with the same subject line but in a new thread. That reply explains *why* it's in a new thread. regards Steve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenwe

Re: Proxying every function in a module

2007-05-25 Thread Steve Holden
> Kind and wise fellows, > > I've got a web application with the following structure: > > 1) module of 100 functions corresponding to user actions (e.g. > "update_profile()", "organisations_list()") > 2) a wsgi callable which maps urls to functions eg > /organisations/list/?sort=date_created is

Proxying every function in a module

2007-05-25 Thread Josh West
Kind and wise fellows, I've got a web application with the following structure: 1) module of 100 functions corresponding to user actions (e.g. "update_profile()", "organisations_list()") 2) a wsgi callable which maps urls to functions eg /organisations/list/?sort=date_created is mapped to orga

Proxying every function in a module

2007-05-25 Thread Josh West
Hello I've got a web application with the following structure: 1) module of 100 functions corresponding to user actions (e.g. "update_profile()", "organisations_list()") 2) a wsgi callable which maps urls to functions eg /organisations/list/?sort=date_created is mapped to organisations_list("date