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