Commit c6340e42 authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent

parent b43f7598
...@@ -24,8 +24,8 @@ class install_lib(orig.install_lib): ...@@ -24,8 +24,8 @@ class install_lib(orig.install_lib):
for pkg in self._all_packages(ns_pkg) for pkg in self._all_packages(ns_pkg)
) )
for pkg in all_packages: for pkg in all_packages:
for f in self._gen_exclude_names(): for f in self._gen_exclude_names():
exclude.add(os.path.join(pkg_path(pkg), f)) exclude.add(os.path.join(pkg_path(pkg), f))
return exclude return exclude
@staticmethod @staticmethod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment