Wrapper for _curses_panel module; currently this adds nothing extra
    beyond what's in _curses_panel
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 *
+