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