summaryrefslogtreecommitdiff
path: root/sleekxmpp/features/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/features/__init__.py')
-rw-r--r--sleekxmpp/features/__init__.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/sleekxmpp/features/__init__.py b/sleekxmpp/features/__init__.py
deleted file mode 100644
index 869de7e9..00000000
--- a/sleekxmpp/features/__init__.py
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
- SleekXMPP: The Sleek XMPP Library
- Copyright (C) 2011 Nathanael C. Fritz
- This file is part of SleekXMPP.
-
- See the file LICENSE for copying permission.
-"""
-
-__all__ = [
- 'feature_starttls',
- 'feature_mechanisms',
- 'feature_bind',
- 'feature_session',
- 'feature_rosterver',
- 'feature_preapproval'
-]