Rename to slixmpp
[slixmpp.git] / slixmpp / roster / __init__.py
blob9a9b69a1579117d963564e87026b6bf3c06ef608
1 """
2 Slixmpp: The Slick XMPP Library
3 Copyright (C) 2010 Nathanael C. Fritz
4 This file is part of Slixmpp.
6 See the file LICENSE for copying permission.
7 """
9 from slixmpp.roster.item import RosterItem
10 from slixmpp.roster.single import RosterNode
11 from slixmpp.roster.multi import Roster