From 8b2023225ce455395729b2815aecc31189350226 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 12 Mar 2012 09:56:48 -0700 Subject: Remove extra logging statement, add backward compatible references. --- sleekxmpp/plugins/xep_0012.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/xep_0012.py') diff --git a/sleekxmpp/plugins/xep_0012.py b/sleekxmpp/plugins/xep_0012.py index 123181cf..01fb60a8 100644 --- a/sleekxmpp/plugins/xep_0012.py +++ b/sleekxmpp/plugins/xep_0012.py @@ -118,4 +118,5 @@ class XEP_0012(BasePlugin): return result['last_activity']['seconds'] +xep_0012 = XEP_0012 register_plugin(XEP_0012) -- cgit v1.2.3