diff options
Diffstat (limited to 'Lib/distutils/command/install.py')
-rw-r--r-- | Lib/distutils/command/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 392fe507c9..5398175f45 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -519,4 +519,4 @@ class install (Command): "installations)") % filename) -# class Install +# class install |