Staging
v0.8.1
Revision 66e63170d9aa8cf41a772b0d22b20c47636d24f5 authored by Stefan Krah on 23 August 2012, 13:53:45 UTC, committed by Stefan Krah on 23 August 2012, 13:53:45 UTC
1 parent f21587e
Raw File
panel.py
"""curses.panel

Module for using panels with curses.
"""

from _curses_panel import *
back to top