Hiroaki Mizuguchi <[email protected]> added the comment:
bar module use logging module of stdlib not bar.logging module in this test case. change the statement to `from . import logging` is not a solution. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44120> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
