mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
Wrapper for _curses_panel module; currently this adds nothing extra
beyond what's in _curses_panel
This commit is contained in:
parent
676634beda
commit
9f5eeebb26
9
Lib/curses/panel.py
Normal file
9
Lib/curses/panel.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""curses.panel
|
||||
|
||||
Module for using panels with curses.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from _curses_panel import *
|
||||
|
Loading…
Reference in New Issue
Block a user