Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: d1dd2e307c92184423d3602f663054cdc49c62bd authored by Barry Warsaw on 18 March 2010, 22:14:36 UTC
Bumping to 2.6.5 final.
Tip revision: d1dd2e3
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top