blob: 1100db095fabc69831b6378fc66c8dc880a29a4e (
plain)
1
2
3
4
5
6
7
8
|
from . basetabs import Tab, ChatTab, GapTab, STATE_PRIORITY
from . rostertab import RosterInfoTab
from . muctab import MucTab
from . privatetab import PrivateTab
from . conversationtab import ConversationTab, StaticConversationTab,\
DynamicConversationTab
from . xmltab import XMLTab
from . muclisttab import MucListTab
|