source: trunk/essentials/dev-lang/python/Lib/curses/panel.py

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 156 bytes
Line 
1"""curses.panel
2
3Module for using panels with curses.
4"""
5
6__revision__ = "$Id: panel.py 36560 2004-07-18 06:16:08Z tim_one $"
7
8from _curses_panel import *
Note: See TracBrowser for help on using the repository browser.