Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: e7abfd7cefc4e737eef3a4b8c2b26fec3c97fac0 authored by Martin v. Löwis on 24 January 2010, 14:24:46 UTC
Prepare for 2.5.5c2.
Tip revision: e7abfd7
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top