diff options
Diffstat (limited to 'Lib/curses/panel.py')
-rw-r--r-- | Lib/curses/panel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/curses/panel.py b/Lib/curses/panel.py index 2c86d4c..aacca85 100644 --- a/Lib/curses/panel.py +++ b/Lib/curses/panel.py @@ -6,4 +6,3 @@ Module for using panels with curses. __revision__ = "$Id$" from _curses_panel import * - |