Staging
v0.8.1
Revision d0ebc75e7368cc4b1a8e504674feabc98f8fc5fd authored by Antoine Pitrou on 15 January 2011, 17:25:58 UTC, committed by Antoine Pitrou on 15 January 2011, 17:25:58 UTC
1 parent 3988ed8
Raw File
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top