summaryrefslogtreecommitdiff
path: root/slixmpp/roster
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/roster')
-rw-r--r--slixmpp/roster/__init__.py11
-rw-r--r--slixmpp/roster/item.py11
-rw-r--r--slixmpp/roster/multi.py11
-rw-r--r--slixmpp/roster/single.py11
4 files changed, 16 insertions, 28 deletions
diff --git a/slixmpp/roster/__init__.py b/slixmpp/roster/__init__.py
index 9a9b69a1..6018585b 100644
--- a/slixmpp/roster/__init__.py
+++ b/slixmpp/roster/__init__.py
@@ -1,11 +1,8 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2010 Nathanael C. Fritz
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from slixmpp.roster.item import RosterItem
from slixmpp.roster.single import RosterNode
from slixmpp.roster.multi import Roster
diff --git a/slixmpp/roster/item.py b/slixmpp/roster/item.py
index c1eb574a..daa1e2b4 100644
--- a/slixmpp/roster/item.py
+++ b/slixmpp/roster/item.py
@@ -1,11 +1,8 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2010 Nathanael C. Fritz
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
class RosterItem(object):
diff --git a/slixmpp/roster/multi.py b/slixmpp/roster/multi.py
index e1a44a08..083e7dbc 100644
--- a/slixmpp/roster/multi.py
+++ b/slixmpp/roster/multi.py
@@ -1,11 +1,8 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2010 Nathanael C. Fritz
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from slixmpp.stanza import Presence
from slixmpp.xmlstream import JID
from slixmpp.roster import RosterNode
diff --git a/slixmpp/roster/single.py b/slixmpp/roster/single.py
index 3961cddf..c06a50bb 100644
--- a/slixmpp/roster/single.py
+++ b/slixmpp/roster/single.py
@@ -1,11 +1,8 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2010 Nathanael C. Fritz
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
import threading
from slixmpp.xmlstream import JID