summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_headers.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-06-21 03:14:27 +0000
committerGreg Ward <gward@python.net>2000-06-21 03:14:27 +0000
commite070d234816aa4a34d2c01c2d0592f9ea5c2f396 (patch)
tree629071b5e9a8dda319e80d606878cbc3a5f0ffb5 /Lib/distutils/command/install_headers.py
parent85e7a9f95035f1c4c0d9f3d8e82a97ffa8de1cd3 (diff)
downloadcpython-e070d234816aa4a34d2c01c2d0592f9ea5c2f396.tar.gz
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 afcc887a69..991985b4ad 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