summaryrefslogtreecommitdiff
path: root/Lib/setuptools/command/saveopts.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 +0000
committerTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 +0000
commit584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch)
treef2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/command/saveopts.py
parent17a35f906c29e71510d749283b381d95a5de0316 (diff)
downloadcpython-git-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.gz
Whilespace normalization (reindint.py).
Diffstat (limited to 'Lib/setuptools/command/saveopts.py')
-rwxr-xr-xLib/setuptools/command/saveopts.py1
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)
-