diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-04-18 17:32:12 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-04-18 17:32:12 +0000 |
commit | 584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch) | |
tree | f2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/sandbox.py | |
parent | 17a35f906c29e71510d749283b381d95a5de0316 (diff) | |
download | cpython-git-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.gz |
Whilespace normalization (reindint.py).
Diffstat (limited to 'Lib/setuptools/sandbox.py')
-rwxr-xr-x | Lib/setuptools/sandbox.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/setuptools/sandbox.py b/Lib/setuptools/sandbox.py index dbc24edea3..606944bd29 100755 --- a/Lib/setuptools/sandbox.py +++ b/Lib/setuptools/sandbox.py @@ -201,5 +201,3 @@ This package cannot be safely installed by EasyInstall, and may not support alternate installation locations even if you run its setup script by hand. Please inform the package's author and the EasyInstall maintainers to find out if a fix or workaround is available.""" % self.args - - |