Poodletooth-iLand/panda/python/Lib/curses/panel.py

9 lines
110 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
"""curses.panel
Module for using panels with curses.
"""
__revision__ = "$Id$"
from _curses_panel import *