summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_headers.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-06-21 03:14:27 (GMT)
committerGreg Ward <gward@python.net>2000-06-21 03:14:27 (GMT)
commitf6451c46d7a00d9e82deec23c6446110e4ef305f (patch)
tree1ac99db6c18ac4077d67b842aacc24d8081baaff /Lib/distutils/command/install_headers.py
parentafc224beeca432d8261be5d647a931fe3b8d0193 (diff)
downloadcpython-f6451c46d7a00d9e82deec23c6446110e4ef305f.zip
cpython-f6451c46d7a00d9e82deec23c6446110e4ef305f.tar.gz
cpython-f6451c46d7a00d9e82deec23c6446110e4ef305f.tar.bz2
Delete spurious comment.
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
-rw-r--r--Lib/distutils/command/install_headers.py1
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