﻿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
15370	Most of the admin_scripts tests failing because of a warning	Miloslav Pojman	nobody	"{{{
AssertionError: 109 != 0 : Stream should be empty: actually contains 'warning: Not importing directory 'C:\devel\python\django\tests\regressiontests\locale': missing __init__.py
}}}

Windows XP, Python 2.5. I can get this warning when I add regressiontests to PYTHONPATH and run Python:
{{{
C:\devel\python\django\tests\regressiontests>SET PYTHONPATH=%cd%
C:\devel\python\django\tests\regressiontests>echo %PYTHONPATH%
C:\devel\python\django\tests\regressiontests
C:\devel\python\django\tests\regressiontests>python
warning: Not importing directory 'C:\devel\python\django\tests\regressiontests\l
ocale': missing __init__.py
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on
win32
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>>
}}}
"	Bug	closed	Core (Management commands)	dev	Normal	invalid			Unreviewed	0	0	0	0	0	0
