]> granicus.if.org Git - python/commitdiff
Wrapper for _curses_panel module; currently this adds nothing extra
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2000 21:58:29 +0000 (21:58 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2000 21:58:29 +0000 (21:58 +0000)
    beyond what's in _curses_panel

Lib/curses/panel.py [new file with mode: 0644]

diff --git a/Lib/curses/panel.py b/Lib/curses/panel.py
new file mode 100644 (file)
index 0000000..2c86d4c
--- /dev/null
@@ -0,0 +1,9 @@
+"""curses.panel
+
+Module for using panels with curses.
+"""
+
+__revision__ = "$Id$"
+
+from _curses_panel import *
+