From 5153a3bfdcec82324d67ff79862384288cf6afe6 Mon Sep 17 00:00:00 2001 From: Maxime Lorant Date: Mon, 31 Aug 2015 22:14:35 +0200 Subject: Fixed #25331 -- Removed trailing blank lines in docstrings. --- tests/apps/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/apps') diff --git a/tests/apps/tests.py b/tests/apps/tests.py index 3dfd88f136..ae8f0c6c92 100644 --- a/tests/apps/tests.py +++ b/tests/apps/tests.py @@ -391,7 +391,6 @@ class NamespacePackageAppTests(SimpleTestCase): (Because then we wouldn't know where to load its templates, static assets, etc from.) - """ # Temporarily add two directories to sys.path that both contain # components of the "nsapp" package. -- cgit v1.3