diff options
-rw-r--r-- | Lib/lib-tk/Tkinter.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 779eb9c..a7c01b4 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -1840,9 +1840,3 @@ def _test(): if __name__ == '__main__': _test() - - -# Emacs cruft -# Local Variables: -# py-indent-offset: 8 -# End: |