summaryrefslogtreecommitdiffstats
path: root/Lib/curses
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/curses')
-rw-r--r--Lib/curses/panel.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/curses/panel.py b/Lib/curses/panel.py
new file mode 100644
index 0000000..2c86d4c
--- /dev/null
+++ b/Lib/curses/panel.py
@@ -0,0 +1,9 @@
+"""curses.panel
+
+Module for using panels with curses.
+"""
+
+__revision__ = "$Id$"
+
+from _curses_panel import *
+