unplugged-vendor/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/panel.py

9 lines
110 B
Python
Raw Normal View History

"""curses.panel
Module for using panels with curses.
"""
__revision__ = "$Id$"
from _curses_panel import *