Fill __all__ for tabs/ and windows/
This commit is contained in:
parent
c1ce94987a
commit
ab84756b45
2 changed files with 14 additions and 0 deletions
|
@ -12,3 +12,9 @@ from poezio.tabs.muclisttab import MucListTab
|
|||
from poezio.tabs.adhoc_commands_list import AdhocCommandsListTab
|
||||
from poezio.tabs.data_forms import DataFormsTab
|
||||
from poezio.tabs.bookmarkstab import BookmarksTab
|
||||
|
||||
__all__ = ['Tab', 'ChatTab', 'GapTab', 'OneToOneTab', 'STATE_PRIORITY',
|
||||
'SHOW_NAME', 'RosterInfoTab', 'MucTab', 'NS_MUC_USER', 'PrivateTab',
|
||||
'ConfirmTab', 'ConversationTab', 'StaticConversationTab',
|
||||
'DynamicConversationTab', 'XMLTab', 'ListTab', 'MucListTab',
|
||||
'AdhocCommandsListTab', 'DataFormsTab', 'BookmarksTab']
|
||||
|
|
|
@ -19,3 +19,11 @@ from poezio.windows.muc import UserList, Topic
|
|||
from poezio.windows.roster_win import RosterWin, ContactInfoWin
|
||||
from poezio.windows.text_win import TextWin, XMLTextWin
|
||||
|
||||
__all__ = ['Win', 'FormWin', 'BookmarksWin', 'Dialog', 'GlobalInfoBar',
|
||||
'VerticalGlobalInfoBar', 'InfoWin', 'PrivateInfoWin', 'XMLInfoWin',
|
||||
'MucListInfoWin', 'ConversationInfoWin', 'MucInfoWin',
|
||||
'DynamicConversationInfoWin', 'ConversationStatusMessageWin',
|
||||
'BookmarksInfoWin', 'ConfirmStatusWin', 'HelpText', 'Input',
|
||||
'HistoryInput', 'MessageInput', 'CommandInput', 'ListWin',
|
||||
'ColumnHeaderWin', 'VerticalSeparator', 'UserList', 'Topic',
|
||||
'RosterWin', 'ContactInfoWin', 'TextWin', 'XMLTextWin']
|
||||
|
|
Loading…
Reference in a new issue