diff options
| author | Guido van Rossum <guido@python.org> | 1998-05-18 20:22:31 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-05-18 20:22:31 +0000 |
| commit | ce5988b3d9604ac2c83073a0fe0272a6271d4f57 (patch) | |
| tree | 5211168ae6594006974130e2def625f9ba827c52 /Tools/freeze/winmakemakefile.py | |
| parent | f1b5a0e3aada9eac4112ddd533ecdc06bf0bf924 (diff) | |
| download | cpython-git-ce5988b3d9604ac2c83073a0fe0272a6271d4f57.tar.gz | |
Remove Emacs cruft.
Diffstat (limited to 'Tools/freeze/winmakemakefile.py')
| -rw-r--r-- | Tools/freeze/winmakemakefile.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/freeze/winmakemakefile.py b/Tools/freeze/winmakemakefile.py index 2c13ad331d..3f37e771a2 100644 --- a/Tools/freeze/winmakemakefile.py +++ b/Tools/freeze/winmakemakefile.py @@ -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: |
