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