From 950a864d2f7a7be58911385a1612ac44bc884914 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 May 2014 23:27:03 +0200 Subject: Move the Windows from the DataFormsTab to the windows directory --- src/windows/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/windows/__init__.py') diff --git a/src/windows/__init__.py b/src/windows/__init__.py index 9d7172c5..adb07cbe 100644 --- a/src/windows/__init__.py +++ b/src/windows/__init__.py @@ -3,6 +3,7 @@ Module exporting all the Windows, which are wrappers around curses wins used to display information on the screen """ from . base_wins import Win, g_lock +from . data_forms import FormWin from . info_bar import GlobalInfoBar, VerticalGlobalInfoBar from . info_wins import InfoWin, XMLInfoWin, PrivateInfoWin, MucListInfoWin, \ ConversationInfoWin, DynamicConversationInfoWin, MucInfoWin, \ -- cgit v1.2.3