summaryrefslogtreecommitdiffstats
path: root/third_party/python_24/Lib/curses/panel.py
blob: 4913047188675cd69726ae48976f17670246f540 (plain)
1
2
3
4
5
6
7
8
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id: panel.py,v 1.2 2004/07/18 06:14:41 tim_one Exp $"

from _curses_panel import *