Fixing a small typo issue
authorEd Page <eopage@byu.net>
Sun, 4 Oct 2009 05:00:58 +0000 (00:00 -0500)
committerEd Page <eopage@byu.net>
Sun, 4 Oct 2009 05:00:58 +0000 (00:00 -0500)
src/channel/text.py

index 51d1a91..c66d838 100644 (file)
@@ -1,12 +1,12 @@
 import time
 import time
-import logger
+import logging
 
 import telepathy
 
 import handle
 
 
 
 import telepathy
 
 import handle
 
 
-_moduleLogger = logger.getLogger("channel.text")
+_moduleLogger = logging.getLogger("channel.text")
 
 
 class TextChannel(telepathy.server.ChannelTypeText):
 
 
 class TextChannel(telepathy.server.ChannelTypeText):