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