Skip to content

Commit 9f5eeeb

Browse files
committed
Wrapper for _curses_panel module; currently this adds nothing extra
beyond what's in _curses_panel
1 parent 676634b commit 9f5eeeb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Lib/curses/panel.py

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""curses.panel
2+
3+
Module for using panels with curses.
4+
"""
5+
6+
__revision__ = "$Id$"
7+
8+
from _curses_panel import *
9+

0 commit comments

Comments
 (0)