Wrapper for _curses_panel module; currently this adds nothing extra

beyond what's in _curses_panel
This commit is contained in:
Andrew M. Kuchling 2000-12-22 21:58:29 +00:00
parent 676634beda
commit 9f5eeebb26

9
Lib/curses/panel.py Normal file
View file

@ -0,0 +1,9 @@
"""curses.panel
Module for using panels with curses.
"""
__revision__ = "$Id$"
from _curses_panel import *