From 182b5aca27d376b08a2904bed42b751496f932f3 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 18 Jul 2004 06:16:08 +0000 Subject: Whitespace normalization, via reindent.py. --- Lib/curses/panel.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/curses/panel.py') diff --git a/Lib/curses/panel.py b/Lib/curses/panel.py index 2c86d4cf36..aacca85151 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 * - -- cgit v1.2.1