Changed indents to 4 *spaces*; added Emacs variables to avoid

inserting tabs.  All this (and the previous patch) in preparation for
porting to NT.
This commit is contained in:
Guido van Rossum 1997-08-10 16:56:48 +00:00
parent 9a6e855a27
commit 0b4b8a21ce

View file

@ -312,3 +312,7 @@ def usage(msg):
main()
# Local Variables:
# indent-tabs-mode: nil
# End: