aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/sandbox.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-10-19 00:23:56 +0700
committerstepshal <nessento@openmailbox.org>2016-10-19 00:23:56 +0700
commited3fac3741f01ce05c139216e5af58c238c63f29 (patch)
tree2edef5e5ab6e1c50aba008a2d4fc3dbb784c18db /setuptools/sandbox.py
parent7d984bbdc111fcdfef816265e159a3054dbee132 (diff)
downloadexternal_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-xsetuptools/sandbox.py1
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"]: