windows: Reexport BaseTextWin to fix f107ecd953
.
This commit is contained in:
parent
4a01e073ae
commit
bc102bffe6
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from poezio.windows.list import ListWin, ColumnHeaderWin
|
|||
from poezio.windows.misc import VerticalSeparator
|
||||
from poezio.windows.muc import UserList, Topic
|
||||
from poezio.windows.roster_win import RosterWin, ContactInfoWin
|
||||
from poezio.windows.text_win import TextWin, XMLTextWin
|
||||
from poezio.windows.text_win import BaseTextWin, TextWin, XMLTextWin
|
||||
from poezio.windows.image import ImageWin
|
||||
|
||||
__all__ = [
|
||||
|
@ -28,5 +28,5 @@ __all__ = [
|
|||
'BookmarksInfoWin', 'ConfirmStatusWin', 'HelpText', 'Input',
|
||||
'HistoryInput', 'MessageInput', 'CommandInput', 'ListWin',
|
||||
'ColumnHeaderWin', 'VerticalSeparator', 'UserList', 'Topic', 'RosterWin',
|
||||
'ContactInfoWin', 'TextWin', 'XMLTextWin', 'ImageWin'
|
||||
'ContactInfoWin', 'TextWin', 'XMLTextWin', 'ImageWin', 'BaseTextWin'
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue