aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_integration.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 10:41:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 10:41:10 -0500
commit9534a401d57558cf469263beb0a35895dc81d043 (patch)
treec57b4b93a3d5d29d445adb9cd06f5e67e1119c29 /setuptools/tests/test_integration.py
parent8fdf776320fa82dfe4b5dc86f8986f6e22fa6ac2 (diff)
downloadexternal_python_setuptools-9534a401d57558cf469263beb0a35895dc81d043.tar.gz
external_python_setuptools-9534a401d57558cf469263beb0a35895dc81d043.tar.bz2
external_python_setuptools-9534a401d57558cf469263beb0a35895dc81d043.zip
Resave with excess whitespace removed
Diffstat (limited to 'setuptools/tests/test_integration.py')
-rw-r--r--setuptools/tests/test_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py
index 8d6c1e55..411203ff 100644
--- a/setuptools/tests/test_integration.py
+++ b/setuptools/tests/test_integration.py
@@ -27,7 +27,7 @@ def install_context(request, tmpdir, monkeypatch):
def fin():
# undo the monkeypatch, particularly needed under
# windows because of kept handle on cwd
- monkeypatch.undo()
+ monkeypatch.undo()
new_cwd.remove()
user_base.remove()
user_site.remove()