diff options
Diffstat (limited to 'Lib/setuptools/command/saveopts.py')
-rwxr-xr-x | Lib/setuptools/command/saveopts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/setuptools/command/saveopts.py b/Lib/setuptools/command/saveopts.py index 1180a440c9..9c58d72e44 100755 --- a/Lib/setuptools/command/saveopts.py +++ b/Lib/setuptools/command/saveopts.py @@ -22,4 +22,3 @@ class saveopts(option_base): settings.setdefault(cmd,{})[opt] = val edit_config(self.filename, settings, self.dry_run) - |