home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / python / Lib / curses / panel.py < prev    next >
Encoding:
Python Source  |  2010-03-06  |  164 b   |  9 lines

  1. """curses.panel
  2.  
  3. Module for using panels with curses.
  4. """
  5.  
  6. __revision__ = "$Id: panel.py 36560 2004-07-18 06:16:08Z tim_one $"
  7.  
  8. from _curses_panel import *
  9.