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

Last change on this file since 391 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
Line 
1"""curses.panel
2
3Module for using panels with curses.
4"""
5
6__revision__ = "$Id$"
7
8from _curses_panel import *
Note: See TracBrowser for help on using the repository browser.