﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8239	"django.core.management uses ""from imp import find_module"""	Guido van Rossum <guido@…>	nobody	The early lookup of imp.find_module causes problems when run under Google App Engine, which doesn't support this function.  It would be better to just import the imp module (which exists in a near-empty state in App Engine) and use imp.find_module later on -- then the failures aren't quite so fatal, and easier to debug.		closed	Core (Other)	dev		fixed			Accepted	1	0	0	0	0	0
