From 7d93d1824be88c170a025d57afd3e54a06712d9d Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 12 Jan 2011 12:22:48 -0500 Subject: Fix setup.py and old_0004.py typo bugs. --- sleekxmpp/plugins/old_0004.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/old_0004.py') diff --git a/sleekxmpp/plugins/old_0004.py b/sleekxmpp/plugins/old_0004.py index ade3d682..7f086866 100644 --- a/sleekxmpp/plugins/old_0004.py +++ b/sleekxmpp/plugins/old_0004.py @@ -6,7 +6,7 @@ See the file LICENSE for copying permission. """ from . import base -import log +import logging from xml.etree import cElementTree as ET import copy import logging -- cgit v1.2.3