diff options
author | Greg Ward <gward@python.net> | 2000-06-21 03:14:27 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-06-21 03:14:27 (GMT) |
commit | f6451c46d7a00d9e82deec23c6446110e4ef305f (patch) | |
tree | 1ac99db6c18ac4077d67b842aacc24d8081baaff /Lib/distutils | |
parent | afc224beeca432d8261be5d647a931fe3b8d0193 (diff) | |
download | cpython-f6451c46d7a00d9e82deec23c6446110e4ef305f.zip cpython-f6451c46d7a00d9e82deec23c6446110e4ef305f.tar.gz cpython-f6451c46d7a00d9e82deec23c6446110e4ef305f.tar.bz2 |
Delete spurious comment.
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/command/install_headers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py index afcc887..991985b 100644 --- a/Lib/distutils/command/install_headers.py +++ b/Lib/distutils/command/install_headers.py @@ -43,6 +43,5 @@ class install_headers (Command): def get_outputs (self): return self.outfiles - # run() # class install_headers |