Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e83c00efd06dc8380d481f6c5f92d8c274ce6bd2
/
.
/
Lib
/
curses
/
panel.py
blob: 2c86d4cf36afbae23fa6701318fc99c72ab39ffa [
file
] [
log
] [
blame
]
"""curses.panel
Module for using panels with curses.
"""
__revision__
=
"$Id$"
from
_curses_panel
import
*