summaryrefslogtreecommitdiffstats
path: root/Lib/setuptools/command/install_lib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 (GMT)
commit584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch)
treef2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/command/install_lib.py
parent17a35f906c29e71510d749283b381d95a5de0316 (diff)
downloadcpython-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.py6
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
-
-
-
-
-
-