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
|
@ -0,0 +1,9 @@
|
|||
"""curses.panel
|
||||
|
||||
Module for using panels with curses.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from _curses_panel import *
|
||||
|
Loading…
Reference in New Issue