My project structure will have the following structure: myapp.module1.views myapp.module2.views myapp.module3.module4.views
And growing ... I will use the @expose decorator to keep the url mapping with the actions in views. How to avoid to import a lot of views, line by line ? And how to do this: handler = getattr(views, endpoint) With diferent views ? Ty --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
