[Python-checkins] CVS: python/dist/src/Lib/curses panel.py,NONE,1.1

A.M. Kuchling python-dev@python.org
Fri, 22 Dec 2000 13:58:31 -0800


Update of /cvsroot/python/python/dist/src/Lib/curses
In directory usw-pr-cvs1:/tmp/cvs-serv20446

Added Files:
	panel.py 
Log Message:
Wrapper for _curses_panel module; currently this adds nothing extra 
    beyond what's in _curses_panel


--- NEW FILE: panel.py ---
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id: panel.py,v 1.1 2000/12/22 21:58:29 akuchling Exp $"

from _curses_panel import *