diff options
| author | Fred Drake <fdrake@acm.org> | 2000-10-23 18:31:14 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-10-23 18:31:14 +0000 |
| commit | d038ca830fd5a6bafbd24b70eb71aeae83d362d3 (patch) | |
| tree | 1a1febed0b11a25efb04bc50be91d4be3003e497 /Lib/lib-tk/Tkinter.py | |
| parent | 16f6329e6153c4b92f2175a5560e372a762befe6 (diff) | |
| download | cpython-git-d038ca830fd5a6bafbd24b70eb71aeae83d362d3.tar.gz | |
Make reindent.py happy (convert everything to 4-space indents!).
Diffstat (limited to 'Lib/lib-tk/Tkinter.py')
| -rw-r--r-- | Lib/lib-tk/Tkinter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 5f1465cd51..4f8c1ed73f 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -3086,4 +3086,3 @@ def _test(): if __name__ == '__main__': _test() - |
