source: python/vendor/Python-2.7.6/Lib/curses/panel.py

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

python: Update vendor to 2.7.6.

  • 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.