source: python/trunk/Lib/curses/panel.py@ 6

Last change on this file since 6 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
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.