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