From 68d86d0de3ad50d14510880a8c1767de768dff7c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sun, 4 Oct 2009 00:00:58 -0500 Subject: [PATCH] Fixing a small typo issue --- src/channel/text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/channel/text.py b/src/channel/text.py index 51d1a91..c66d838 100644 --- a/src/channel/text.py +++ b/src/channel/text.py @@ -1,12 +1,12 @@ import time -import logger +import logging import telepathy import handle -_moduleLogger = logger.getLogger("channel.text") +_moduleLogger = logging.getLogger("channel.text") class TextChannel(telepathy.server.ChannelTypeText): -- 1.7.9.5