diff options
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
-rw-r--r-- | Lib/distutils/command/install_headers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py index 346daaa..38125b5 100644 --- a/Lib/distutils/command/install_headers.py +++ b/Lib/distutils/command/install_headers.py @@ -8,6 +8,7 @@ __revision__ = "$Id$" from distutils.core import Command +# XXX force is never used class install_headers(Command): description = "install C/C++ header files" |