Re: [google-appengine] Request handler importing performance impact?

2012-06-05 Thread Takashi Matsuo
Hi Hai :) Can you ask this kind of question on StackOverflow? We moved Q&A functionality from this forum to "google-app-engine" tag there. http://stackoverflow.com/questions/tagged/google-app-engine Thanks, On Sun, Jun 3, 2012 at 8:02 PM, Hai Phaikawl wrote: > My main handler file looks like t

[google-appengine] Request handler importing performance impact?

2012-06-04 Thread Hai Phaikawl
My main handler file looks like this: import webapp2 import install import homepage import authhandler import admin_user app = webapp2.WSGIApplication([ (authhandler.get_login_url(), authhandler. LoginHandler), (authhandler.get_logou