0001 """curses.panel 0002 0003 Module for using panels with curses. 0004 """ 0005 0006 __revision__ = "$Id: panel.py,v 1.2 2004/07/18 06:14:41 tim_one Exp $" 0007 0008 from _curses_panel import * 0009
Generated by PyXR 0.9.4