summaryrefslogtreecommitdiff
path: root/src/windows/__init__.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-05-05 23:27:03 +0200
committermathieui <mathieui@mathieui.net>2014-05-05 23:27:03 +0200
commit950a864d2f7a7be58911385a1612ac44bc884914 (patch)
tree36592ce33fee0423fe1b4dd0eb8f4437d682e72f /src/windows/__init__.py
parent2f629ee68675c097bf8c8d80f8a2712e6518d1b0 (diff)
downloadpoezio-950a864d2f7a7be58911385a1612ac44bc884914.tar.gz
poezio-950a864d2f7a7be58911385a1612ac44bc884914.tar.bz2
poezio-950a864d2f7a7be58911385a1612ac44bc884914.tar.xz
poezio-950a864d2f7a7be58911385a1612ac44bc884914.zip
Move the Windows from the DataFormsTab to the windows directory
Diffstat (limited to 'src/windows/__init__.py')
-rw-r--r--src/windows/__init__.py1
1 files changed, 1 insertions, 0 deletions
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, \