diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-22 21:25:37 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-22 21:26:01 -0700 |
commit | 5027d00c109ed02b79e9c985077674f6dfd42766 (patch) | |
tree | ddabccec2a78ab544355d5e442182e3de7061f42 /sleekxmpp/plugins/xep_0256/__init__.py | |
parent | 69ddeceb491b0791d3b6ff4a5bb135c79cf490a0 (diff) | |
download | slixmpp-5027d00c109ed02b79e9c985077674f6dfd42766.tar.gz slixmpp-5027d00c109ed02b79e9c985077674f6dfd42766.tar.bz2 slixmpp-5027d00c109ed02b79e9c985077674f6dfd42766.tar.xz slixmpp-5027d00c109ed02b79e9c985077674f6dfd42766.zip |
Change packaging for XEP-0256 to just a single file.
Diffstat (limited to 'sleekxmpp/plugins/xep_0256/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0256/__init__.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sleekxmpp/plugins/xep_0256/__init__.py b/sleekxmpp/plugins/xep_0256/__init__.py deleted file mode 100644 index cfe712b7..00000000 --- a/sleekxmpp/plugins/xep_0256/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -""" - SleekXMPP: The Sleek XMPP Library - Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout - This file is part of SleekXMPP. - - See the file LICENSE for copying permission. -""" - -from sleekxmpp.plugins.base import register_plugin - -from sleekxmpp.plugins.xep_0256.last_activity import XEP_0256 - - -register_plugin(XEP_0256) |