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