diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-26 10:43:43 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-26 10:43:43 -0400 |
commit | c6340e42c8a06a35048659d7178efb329cda3249 (patch) | |
tree | d4fc408629e7efe037768f55b4ca5c00bd69bbbe /setuptools/command/install_lib.py | |
parent | b43f75980dd674153cafec047709092438d54b5c (diff) | |
download | python-setuptools-git-c6340e42c8a06a35048659d7178efb329cda3249.tar.gz |
Reindent
Diffstat (limited to 'setuptools/command/install_lib.py')
-rw-r--r-- | setuptools/command/install_lib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/install_lib.py b/setuptools/command/install_lib.py index 7f157a0f..371a9e72 100644 --- a/setuptools/command/install_lib.py +++ b/setuptools/command/install_lib.py @@ -24,8 +24,8 @@ class install_lib(orig.install_lib): for pkg in self._all_packages(ns_pkg) ) for pkg in all_packages: - for f in self._gen_exclude_names(): - exclude.add(os.path.join(pkg_path(pkg), f)) + for f in self._gen_exclude_names(): + exclude.add(os.path.join(pkg_path(pkg), f)) return exclude @staticmethod |