diff options
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
| -rw-r--r-- | Lib/distutils/command/install_headers.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py index d892416..9bb0b18 100644 --- a/Lib/distutils/command/install_headers.py +++ b/Lib/distutils/command/install_headers.py @@ -3,8 +3,6 @@ Implements the Distutils 'install_headers' command, to install C/C++ header files to the Python include directory.""" -__revision__ = "$Id$" - from distutils.core import Command @@ -47,5 +45,3 @@ class install_headers(Command): def get_outputs(self): return self.outfiles - -# class install_headers |
