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