summaryrefslogtreecommitdiff
path: root/poezio/windows/__init__.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-19 01:04:43 +0200
committermathieui <mathieui@mathieui.net>2016-08-19 01:04:43 +0200
commit0c21af12b0578a0147f7b686954e7e121f959990 (patch)
tree1949fecf97018d073395ff39d83caba745691a15 /poezio/windows/__init__.py
parent82d00d495b816c237cbefac3ff2387907a7f8843 (diff)
downloadpoezio-0c21af12b0578a0147f7b686954e7e121f959990.tar.gz
poezio-0c21af12b0578a0147f7b686954e7e121f959990.tar.bz2
poezio-0c21af12b0578a0147f7b686954e7e121f959990.tar.xz
poezio-0c21af12b0578a0147f7b686954e7e121f959990.zip
Use the confirmtab for TLS cert validation
And wipe the YesNoInput from the codebase
Diffstat (limited to 'poezio/windows/__init__.py')
-rw-r--r--poezio/windows/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/__init__.py b/poezio/windows/__init__.py
index 06200a41..4b52d803 100644
--- a/poezio/windows/__init__.py
+++ b/poezio/windows/__init__.py
@@ -11,7 +11,7 @@ from poezio.windows.info_bar import GlobalInfoBar, VerticalGlobalInfoBar
from poezio.windows.info_wins import InfoWin, XMLInfoWin, PrivateInfoWin, MucListInfoWin, \
ConversationInfoWin, DynamicConversationInfoWin, MucInfoWin, \
ConversationStatusMessageWin, BookmarksInfoWin, ConfirmStatusWin
-from poezio.windows.input_placeholders import HelpText, YesNoInput
+from poezio.windows.input_placeholders import HelpText
from poezio.windows.inputs import Input, HistoryInput, MessageInput, CommandInput
from poezio.windows.list import ListWin, ColumnHeaderWin
from poezio.windows.misc import VerticalSeparator