]> granicus.if.org Git - python/commitdiff
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
authorGuido van Rossum <guido@python.org>
Thu, 26 Mar 1998 19:30:30 +0000 (19:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Mar 1998 19:30:30 +0000 (19:30 +0000)
Lib/lib-tk/Tkinter.py

index 779eb9c10f5b44aa6c9ffc32055751742ea246d0..a7c01b4050a21067d39eaae5b2d188318e81db46 100644 (file)
@@ -1840,9 +1840,3 @@ def _test():
 
 if __name__ == '__main__':
        _test()
-
-
-# Emacs cruft
-# Local Variables:
-# py-indent-offset: 8
-# End: