Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: f0fa1b2f670334f9f4b123e6ecb65c3beef979ed authored by Benjamin Peterson on 20 March 2010, 20:47:27 UTC
version becomes 3.1.2
Tip revision: f0fa1b2
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top