diff options
-rw-r--r-- | Lib/distutils/command/install_headers.py | 1 |
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 |