I'm trying to work on the builtin dev server, but for some reason, web.template.render('templates/') is using GAE_Render, not just the basic Render.
After looking at the code, this seems like it's because render is set to GAE_Render whenever this statement (line 1054 in web/template.py) doesn't fail
from google import appengine
I don't think that having the appengine SDK installed is a valid test of whether or not web.py should use GAE_Render. Can anyone think of a better way to detect this?