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

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 110 bytes
RevLine 
[2]1"""curses.panel
2
3Module for using panels with curses.
4"""
5
[391]6__revision__ = "$Id$"
[2]7
8from _curses_panel import *
Note: See TracBrowser for help on using the repository browser.