Александр <alexandr.s....@gmail.com> added the comment:

As I understand, you created importer as a class attribute, so we can 
opportunity set import function to importer when inheritance new class from 
BaseConfigurator(# We might want to use a different one, e.g. importlib)? As 
example importer = import_module # from importlib.
>It still works for me without winpdb/rpdb2, so you should probably report this 
>there. Can you confirm that it works as expected when you do "python manage.py 
>help"?

You true. rpdb2 create wrapper for __import__ and self.importer not work such 
__builtin__ __import__

ps. Sorry for bad english, it is't primary language.

----------
status: pending -> open
Added file: http://bugs.python.org/file22877/test_logging.py

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

Reply via email to