repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git]
/
Lib
/
curses
/
panel.py
blob
2c86d4cf36afbae23fa6701318fc99c72ab39ffa
1
"""curses.panel
2
3
Module for using panels with curses.
4
"""
5
6
__revision__
=
"$Id$"
7
8
from
_curses_panel
import
*
9