source:
python/trunk/Lib/curses/panel.py@
383
Last change on this file since 383 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 156 bytes |
Line | |
---|---|
1 | """curses.panel |
2 | |
3 | Module for using panels with curses. |
4 | """ |
5 | |
6 | __revision__ = "$Id: panel.py 36560 2004-07-18 06:16:08Z tim_one $" |
7 | |
8 | from _curses_panel import * |
Note:
See TracBrowser
for help on using the repository browser.