diff options
author | Lance Stout <lancestout@gmail.com> | 2011-01-12 12:22:48 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-01-12 12:22:48 -0500 |
commit | 7d93d1824be88c170a025d57afd3e54a06712d9d (patch) | |
tree | 755402a909008850b7dcd164e920b16802aa6a93 /sleekxmpp/plugins/old_0004.py | |
parent | c6ac40c47655b035c11a3fcd5d40ddf24619934b (diff) | |
download | slixmpp-7d93d1824be88c170a025d57afd3e54a06712d9d.tar.gz slixmpp-7d93d1824be88c170a025d57afd3e54a06712d9d.tar.bz2 slixmpp-7d93d1824be88c170a025d57afd3e54a06712d9d.tar.xz slixmpp-7d93d1824be88c170a025d57afd3e54a06712d9d.zip |
Fix setup.py and old_0004.py typo bugs.
Diffstat (limited to 'sleekxmpp/plugins/old_0004.py')
-rw-r--r-- | sleekxmpp/plugins/old_0004.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |