diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-04-18 17:32:12 (GMT) |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-04-18 17:32:12 (GMT) |
| commit | 584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch) | |
| tree | f2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/command/install_lib.py | |
| parent | 17a35f906c29e71510d749283b381d95a5de0316 (diff) | |
| download | cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.zip cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.gz cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.bz2 | |
Whilespace normalization (reindint.py).
Diffstat (limited to 'Lib/setuptools/command/install_lib.py')
| -rw-r--r-- | Lib/setuptools/command/install_lib.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/setuptools/command/install_lib.py b/Lib/setuptools/command/install_lib.py index 82afa14..96c8dfe 100644 --- a/Lib/setuptools/command/install_lib.py +++ b/Lib/setuptools/command/install_lib.py @@ -74,9 +74,3 @@ class install_lib(_install_lib): if exclude: return [f for f in outputs if f not in exclude] return outputs - - - - - - |
