diff options
author | Guido van Rossum <guido@python.org> | 1998-03-26 19:30:30 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-03-26 19:30:30 +0000 |
commit | cd0f59ea0824ad6f897f05c2db4d4471e47e6063 (patch) | |
tree | dd98ee3051e425909c9133662c2b55b596316680 /Lib/lib-tk/Tkinter.py | |
parent | 97df7f867964b98be76e198b0cccaabbf035f330 (diff) | |
download | cpython-git-cd0f59ea0824ad6f897f05c2db4d4471e47e6063.tar.gz |
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
Diffstat (limited to 'Lib/lib-tk/Tkinter.py')
-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 779eb9c10f..a7c01b4050 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: |