diff options
Diffstat (limited to 'Lib/asyncio/log.py')
-rw-r--r-- | Lib/asyncio/log.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/asyncio/log.py b/Lib/asyncio/log.py deleted file mode 100644 index 23a7074..0000000 --- a/Lib/asyncio/log.py +++ /dev/null @@ -1,7 +0,0 @@ -"""Logging configuration.""" - -import logging - - -# Name the logger after the package. -logger = logging.getLogger(__package__) |