Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
231e22facb565ccd2fd68cf7a9544eb6435c8b0d
/
.
/
Lib
/
curses
/
panel.py
blob: 2c86d4cf36afbae23fa6701318fc99c72ab39ffa [
file
]
"""curses.panel
Module for using panels with curses.
"""
__revision__
=
"$Id$"
from
_curses_panel
import
*