summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0009/stanza/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0009/stanza/__init__.py')
-rw-r--r--slixmpp/plugins/xep_0009/stanza/__init__.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0009/stanza/__init__.py b/slixmpp/plugins/xep_0009/stanza/__init__.py
index 79a8a3d7..d9fca605 100644
--- a/slixmpp/plugins/xep_0009/stanza/__init__.py
+++ b/slixmpp/plugins/xep_0009/stanza/__init__.py
@@ -1,9 +1,6 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2011 Nathanael C. Fritz, Dann Martens (TOMOTON).
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2011 Nathanael C. Fritz, Dann Martens (TOMOTON).
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from slixmpp.plugins.xep_0009.stanza.RPC import RPCQuery, MethodCall, MethodResponse