From: Kurt B. Kaiser Date: Fri, 13 Jul 2001 04:12:02 +0000 (+0000) Subject: py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization X-Git-Tag: v2.2a3~1219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e5fb0a61839f320f91c7001e396b4d1184b4e34;p=thirdparty%2FPython%2Fcpython.git py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization --- diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py index 68fe6b16a548..498e2efbad31 100644 --- a/Lib/idlelib/FormatParagraph.py +++ b/Lib/idlelib/FormatParagraph.py @@ -28,10 +28,10 @@ class FormatParagraph: keydefs = { '<>': [''], } - + unix_keydefs = { '<>': [''], - } + } def __init__(self, editwin): self.editwin = editwin