From d038ca830fd5a6bafbd24b70eb71aeae83d362d3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 23 Oct 2000 18:31:14 +0000 Subject: Make reindent.py happy (convert everything to 4-space indents!). --- Lib/lib-tk/tkCommonDialog.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/lib-tk/tkCommonDialog.py') diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/lib-tk/tkCommonDialog.py index 55cf0646cb..32b8a8bf30 100644 --- a/Lib/lib-tk/tkCommonDialog.py +++ b/Lib/lib-tk/tkCommonDialog.py @@ -63,4 +63,3 @@ class Dialog: pass return s - -- cgit v1.2.1