diff options
author | stepshal <nessento@openmailbox.org> | 2016-10-19 00:23:56 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-10-19 00:23:56 +0700 |
commit | ed3fac3741f01ce05c139216e5af58c238c63f29 (patch) | |
tree | 2edef5e5ab6e1c50aba008a2d4fc3dbb784c18db /setuptools/sandbox.py | |
parent | 7d984bbdc111fcdfef816265e159a3054dbee132 (diff) | |
download | external_python_setuptools-ed3fac3741f01ce05c139216e5af58c238c63f29.tar.gz external_python_setuptools-ed3fac3741f01ce05c139216e5af58c238c63f29.tar.bz2 external_python_setuptools-ed3fac3741f01ce05c139216e5af58c238c63f29.zip |
Fix quantity of blank lines.
Diffstat (limited to 'setuptools/sandbox.py')
-rwxr-xr-x | setuptools/sandbox.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/sandbox.py b/setuptools/sandbox.py index 53ce1551..39afd57e 100755 --- a/setuptools/sandbox.py +++ b/setuptools/sandbox.py @@ -290,6 +290,7 @@ class AbstractSandbox: if self._active: src, dst = self._remap_pair(name, src, dst, *args, **kw) return original(src, dst, *args, **kw) + return wrap for name in ["rename", "link", "symlink"]: |