﻿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
15525	Custom template tags loading breaks whenever templatetags is a python file	Omer Katz	Omer Katz	"Steps to recreate:
1) Create a django application.
2) Create an app.
3) In the app, instead of a templatetags folder create a templatetags.py.
4) Try to load it in the view.

The error:
'module' object has no attribute '__path__'

Now, I know I shouldn't be doing that (But didn't know when I did it and it drove me nuts) but shouldn't this at least throw a less cryptic error message?"	Bug	closed	Template system	1.2	Normal	fixed	templatetags	omer.drow@…	Accepted	1	0	1	1	0	0
