python-2.5.2/win32/Lib/curses/panel.py
changeset 0 ae805ac0140d
equal deleted inserted replaced
-1:000000000000 0:ae805ac0140d
       
     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 *