Split roster.py into a directory.

This commit is contained in:
Lance Stout
2011-06-16 14:15:22 -07:00
parent e4b3a191d6
commit 251a47db8c
4 changed files with 349 additions and 322 deletions

View File

@@ -0,0 +1,12 @@
"""
SleekXMPP: The Sleek XMPP Library
Copyright (C) 2010 Nathanael C. Fritz
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
"""
from sleekxmpp.xmlstream import JID
from sleekxmpp.roster.item import RosterItem
from sleekxmpp.roster.single import RosterNode
from sleekxmpp.roster.multi import Roster