summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0009/stanza
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0009/stanza')
-rw-r--r--slixmpp/plugins/xep_0009/stanza/RPC.py11
-rw-r--r--slixmpp/plugins/xep_0009/stanza/__init__.py11
2 files changed, 8 insertions, 14 deletions
diff --git a/slixmpp/plugins/xep_0009/stanza/RPC.py b/slixmpp/plugins/xep_0009/stanza/RPC.py
index 542c839c..b8c91346 100644
--- a/slixmpp/plugins/xep_0009/stanza/RPC.py
+++ b/slixmpp/plugins/xep_0009/stanza/RPC.py
@@ -1,11 +1,8 @@
-"""
- 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.xmlstream.stanzabase import ElementBase
from xml.etree import ElementTree as ET
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