source:
python/trunk/Lib/curses/panel.py
Last change on this file was 391, checked in by , 11 years ago | |
---|---|
|
|
File size: 110 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | """curses.panel |
2 | ||
3 | Module for using panels with curses. | |
4 | """ | |
5 | ||
[391] | 6 | __revision__ = "$Id$" |
[2] | 7 | |
8 | from _curses_panel import * |
Note:
See TracBrowser
for help on using the repository browser.