Ram Rachum <cool...@cool-rr.com> added the comment:

Benjamin,

This behavior is involved in a problem I have with Django. When using Django, 
you have apps that live inside a project:

my_project\
  __init__.py
  my_app\
    __init__.py
    views.py

So if you have a view function in `views.py`, it will have two separate 
identities, and that causes problems.

Do you have an idea what I can do about it?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9872>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to