]> granicus.if.org Git - python/commitdiff
Remove Emacs cruft.
authorGuido van Rossum <guido@python.org>
Mon, 18 May 1998 20:22:31 +0000 (20:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 May 1998 20:22:31 +0000 (20:22 +0000)
Tools/freeze/makefreeze.py
Tools/freeze/makemakefile.py
Tools/freeze/winmakemakefile.py

index 29f91acba9e72d3ae1f87d2a491f665e1731a735..f11c59b11045b50a175ef36d4b3a732f0505c861 100644 (file)
@@ -68,7 +68,3 @@ def writecode(outfp, mod, str):
         for c in str[i:i+16]:
             outfp.write('%d,' % ord(c))
     outfp.write('\n};\n')
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End:
index df10a4622dc7493ed7f974ced49973e1cf661744..652a50344ffd90fd442bcb3e506ef949f9648cd6 100644 (file)
@@ -27,7 +27,3 @@ def makemakefile(outfp, makevars, files, target):
     outfp.write("\t$(CC) %s -o %s\n" % (string.join(files), target))
 
     outfp.write("\nclean:\n\t-rm -f *.o %s\n" % target)
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End:
index 2c13ad331d68b4d7dcdb5a213dd036a19c72fde0..3f37e771a2153e0dee96f6bc193787489dbf97da 100644 (file)
@@ -120,7 +120,3 @@ def realwork(vars, moddefns, target):
     print "clean:"
     print "\t-rm -f *.obj"
     print "\t-rm -f $(target).exe"
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End: