summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-21 00:12:55 +0200
committermathieui <mathieui@mathieui.net>2016-10-21 00:12:55 +0200
commitab84756b450b24383f39793060d2057d33f05301 (patch)
tree9f874e571d25b1140270ba4c94d3e1121869f4bb /poezio/windows
parentc1ce94987ad73c811f8987d2330ca7d99933b7d7 (diff)
downloadpoezio-ab84756b450b24383f39793060d2057d33f05301.tar.gz
poezio-ab84756b450b24383f39793060d2057d33f05301.tar.bz2
poezio-ab84756b450b24383f39793060d2057d33f05301.tar.xz
poezio-ab84756b450b24383f39793060d2057d33f05301.zip
Fill __all__ for tabs/ and windows/
Diffstat (limited to 'poezio/windows')
-rw-r--r--poezio/windows/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/poezio/windows/__init__.py b/poezio/windows/__init__.py
index 4b52d803..373349f4 100644
--- a/poezio/windows/__init__.py
+++ b/poezio/windows/__init__.py
@@ -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']