summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-03-26 19:30:30 (GMT)
committerGuido van Rossum <guido@python.org>1998-03-26 19:30:30 (GMT)
commitcd0f59ea0824ad6f897f05c2db4d4471e47e6063 (patch)
treedd98ee3051e425909c9133662c2b55b596316680 /Lib/lib-tk
parent97df7f867964b98be76e198b0cccaabbf035f330 (diff)
downloadcpython-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.py6
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: