From: Greg Ward Date: Wed, 21 Jun 2000 03:14:27 +0000 (+0000) Subject: Delete spurious comment. X-Git-Tag: v2.0b1~1449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6451c46d7a00d9e82deec23c6446110e4ef305f;p=thirdparty%2FPython%2Fcpython.git Delete spurious comment. --- diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py index afcc887a6962..991985b4adaf 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