I'm trying to route /user to UserController, but instead of storing UserController in user.py, I would like to store it in a file named user_controller.py.
I've been looking at pylons.wsgiapp in the PylonsApp resolve and find_controller methods, and also in the Routes package itself. Right now the controller is only found using the full name of user_controller, but then pylons appends an extra "Controller" to the end of the generated controller name. I'm not sure when or where in the request cycle would be the right time to update the controller's location. Is there an easier way than updating core code? Has anyone else tackled this before? Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
