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
Fix a bug in the ``compiler`` package that caused invalid code to be
[python/dscho.git]
/
Lib
/
curses
/
panel.py
blob
aacca85151c09b531f7d1f40afdbd4ae1fc2022d
1
"""curses.panel
2
3
Module for using panels with curses.
4
"""
5
6
__revision__
=
"$Id$"
7
8
from
_curses_panel
import
*