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